From 10d96a317b40a5fb8e26a3f69b4efccc3244bf1c Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 5 Jun 2015 14:31:01 +0000 Subject: [PATCH] (ipfw) localhost fix in template --- src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf b/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf index 1644ce4e2..6aac03ac4 100644 --- a/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf +++ b/src/opnsense/service/templates/OPNsense/IPFW/ipfw.conf @@ -67,7 +67,9 @@ add 150 deny layer2 not mac-type ip,ipv6 # allow traffic send from localhost 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