allow incoming esp traffic

master v0.1
lub 4 years ago
parent 65349b01db
commit ecfb1579c4

@ -36,6 +36,9 @@ table ip filter {
# overlay network traffic
udp dport 4789 accept
# allow IPSEC connections (encrypted overlay networks)
ip protocol esp accept
}
chain FORWARD {
type filter hook forward priority 0;

Loading…
Cancel
Save