aboutsummaryrefslogtreecommitdiffstats
path: root/etc/net/nolocal.net
diff options
context:
space:
mode:
Diffstat (limited to 'etc/net/nolocal.net')
-rw-r--r--etc/net/nolocal.net2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/net/nolocal.net b/etc/net/nolocal.net
index 0eb9f9784..a37b18599 100644
--- a/etc/net/nolocal.net
+++ b/etc/net/nolocal.net
@@ -20,8 +20,8 @@
20 20
21# allow ping etc. 21# allow ping etc.
22-A INPUT -p icmp --icmp-type destination-unreachable -j ACCEPT 22-A INPUT -p icmp --icmp-type destination-unreachable -j ACCEPT
23-A INPUT -p icmp --icmp-type time-exceeded -j ACCEPT
24-A INPUT -p icmp --icmp-type echo-request -j ACCEPT 23-A INPUT -p icmp --icmp-type echo-request -j ACCEPT
24-A INPUT -p icmp --icmp-type echo-reply -j ACCEPT
25 25
26# accept dns requests going out to a server on the local network 26# accept dns requests going out to a server on the local network
27-A OUTPUT -p udp --dport 53 -j ACCEPT 27-A OUTPUT -p udp --dport 53 -j ACCEPT