summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.firewall3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 1755985..3001f58 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -128,8 +128,9 @@ esac
#
${fwcmd} add 100 pass all from any to any via lo0
${fwcmd} add 200 deny all from any to 127.0.0.0/8
+${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
# If you're using 'options BRIDGE', uncomment the following line to pass ARP
-#${fwcmd} add 300 pass udp from 0.0.0.0 2054 to 0.0.0.0
+#${fwcmd} add 400 pass udp from 0.0.0.0 2054 to 0.0.0.0
# Prototype setups.
OpenPOWER on IntegriCloud