dch-gw: Host Pyrocufflink VPN locally
This commit adjusts the firewall and networking configuration on dc0 to host the Pyrocufflink remote access IPsec VPN locally instead of forwarding it to the internal VPN server.
This commit is contained in:
@@ -24,8 +24,9 @@ table inet filter {
|
||||
ct state established,related accept
|
||||
iif lo accept
|
||||
ip6 nexthdr ipv6-icmp accept
|
||||
ip protocol icmp accept
|
||||
ip protocol { icmp, esp } accept
|
||||
udp sport dhcpv6-server counter accept
|
||||
udp dport { isakmp, ipsec-nat-t } ct state new counter accept
|
||||
iif != {{ internet_iface }} tcp dport @allow_tcp_in ct state new counter accept
|
||||
iif != {{ internet_iface }} udp dport @allow_udp_in ct state new counter accept
|
||||
iif {{ internet_iface }} drop
|
||||
|
||||
Reference in New Issue
Block a user