activated iptables in some ikev2 scenarios
This commit is contained in:
committed by
Tobias Brunner
parent
8e75e8dfa7
commit
9b4477d5b8
@@ -21,4 +21,8 @@
|
||||
-A INPUT -p tcp --dport 22 -j ACCEPT
|
||||
-A OUTPUT -p tcp --sport 22 -j ACCEPT
|
||||
|
||||
# allow crl fetch from winnetou
|
||||
-A INPUT -i eth0 -p tcp --sport 80 -s 192.168.0.150 -j ACCEPT
|
||||
-A OUTPUT -o eth0 -p tcp --dport 80 -d 192.168.0.150 -j ACCEPT
|
||||
|
||||
COMMIT
|
||||
|
||||
Reference in New Issue
Block a user