Commit 10d96a31 authored by Ad Schellevis's avatar Ad Schellevis

(ipfw) localhost fix in template

parent d03721da
...@@ -67,7 +67,9 @@ add 150 deny layer2 not mac-type ip,ipv6 ...@@ -67,7 +67,9 @@ add 150 deny layer2 not mac-type ip,ipv6
# allow traffic send from localhost # allow traffic send from localhost
add 200 skipto 60000 ipv6 from ::1 to any add 200 skipto 60000 ipv6 from ::1 to any
add 201 skipto 60000 ipv4 from 127.0.0.1 to any add 201 skipto 60000 ipv4 from 127.0.0.0/8 to any
add 202 skipto 60000 ipv6 from any to ::1
add 203 skipto 60000 ipv4 from any to 127.0.0.0/8
#====================================================================================== #======================================================================================
# Allow traffic to this hosts static ip's # Allow traffic to this hosts static ip's
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment