we need to secure port 9300 on namshiel as well
This commit is contained in:
parent
201f4a35ca
commit
869d80e6f7
|
@ -7,5 +7,5 @@
|
|||
-A INPUT -p icmp --icmp-type ping -j ACCEPT
|
||||
-A INPUT -p tcp --dport 22 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 5665 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 9200 -s 96.126.113.89/32 -j ACCEPT
|
||||
-A INPUT -p tcp -m multiport --dports 9200,9300 -s 96.126.113.89/32 -j ACCEPT
|
||||
COMMIT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
-A INPUT -i lo -j ACCEPT
|
||||
-A INPUT -p tcp --dport 22 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 5665 -j ACCEPT
|
||||
-A INPUT -p tcp --dport 9200 -s 2600:3c00::f03c:91ff:febc:ec5d/128 -j ACCEPT
|
||||
-A INPUT -p tcp -m multiport --dports 9200,9300 -s 2600:3c00::f03c:91ff:febc:ec5d/128 -j ACCEPT
|
||||
-A INPUT -p ipv6-icmp -j icmp_in
|
||||
-A icmp_in -p ipv6-icmp -m icmp6 --icmpv6-type 128 -j ACCEPT
|
||||
-A icmp_in -p ipv6-icmp -m icmp6 --icmpv6-type 134 -j ACCEPT
|
||||
|
|
Loading…
Reference in New Issue