summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>1999-03-16 15:46:50 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>1999-03-16 15:46:50 +0000
commit380c22bf4cc336173702e40ac54d9151f2b095ff (patch)
tree8188538aec9f5c9911b2c832954e58c9bc172c45 /share
parenta954d6a1a41f04747fcc03829e7684cc5c927382 (diff)
Fix typo in 192.168 anti-spoofing rule; truman@research.suspicious.org
Diffstat (limited to 'share')
-rw-r--r--share/ipf/firewall.12
-rw-r--r--share/ipf/firewall.22
2 files changed, 2 insertions, 2 deletions
diff --git a/share/ipf/firewall.1 b/share/ipf/firewall.1
index 907b8585f06..4a86f3d15df 100644
--- a/share/ipf/firewall.1
+++ b/share/ipf/firewall.1
@@ -22,7 +22,7 @@ block in log quick on ppp0 proto tcp/udp all with short
# Block any IP spoofing atempts. (Packets "from" our network
# shouldn't be coming in from outside).
#
-block in log quick on ppp0 from 198.168.4.0/24 to any
+block in log quick on ppp0 from 192.168.4.0/24 to any
block in log quick on ppp0 from localhost to any
block in log quick on ppp0 from 0.0.0.0/32 to any
block in log quick on ppp0 from 255.255.255.255/32 to any
diff --git a/share/ipf/firewall.2 b/share/ipf/firewall.2
index 62556108748..e0ad5639c52 100644
--- a/share/ipf/firewall.2
+++ b/share/ipf/firewall.2
@@ -25,7 +25,7 @@ block in log quick on ppp0 from any to any with ipopts
# Block any IP spoofing atempts. (Packets "from" our network
# shouldn't be coming in from outside).
#
-block in log quick on ppp0 from 198.168.4.0/24 to any
+block in log quick on ppp0 from 192.168.4.0/24 to any
block in log quick on ppp0 from localhost to any
block in log quick on ppp0 from 0.0.0.0/32 to any
block in log quick on ppp0 from 255.255.255.255/32 to any