IPSEC port
Brought to you by:
ktsaou,
philwhineray
Hello!
Sorry for my bad english!
For IPSec VPN i need to add
# for IPSec NAT-Traversal
server_natt_ports="udp/4500"
client_natt_ports="any"
to firehol.conf and change
# for IPSec Key negotiation
server_isakmp_ports="udp/500"
client_isakmp_ports="500"
to
# for IPSec Key negotiation
server_isakmp_ports="udp/500"
client_isakmp_ports="any"
in firehol.sh.
Is it possible apply these in firehol ?
Thanks!
Stefano
Thanks for posting net necessary changes.
Would be nice if firehol got updated with those.