Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 1996 11:49:45 +0200
From:      roberto@keltia.freenix.fr (Ollivier Robert)
To:        freebsd-current@FreeBSD.ORG (FreeBSD Current Users' list)
Subject:   IPFW changes
Message-ID:  <199608310949.LAA00327@keltia.freenix.fr>

next in thread | raw e-mail | index | archive | help
Can anyone tell me what changed in IPFW between Aug, 18th and now ?

I just rebooted after "make world" and ipfw rejected one the following
rules (without telling me the one but I know it is the first one):

add deny all from 127.0.0.0/8 to 0/0 via ppp0 
add deny all from 127.0.0.0/8 to 0/0 via tun0 
add deny all from 10.0.0.0/8 to 0/0 via ppp0 
add deny all from 172.16.0.0/12 to 0/0 via ppp0 
add deny all from 192.168.0.0/16 to 0/0 via ppp0 
add deny all from 10.0.0.0/8 to 0/0 via tun0 
add deny all from 172.16.0.0/12 to 0/0 via tun0 
add deny all from 192.168.0.0/16 to 0/0 via tun0 
add deny all from 163.5.0.0/16 to 0/0 via tun0
add deny all from 163.5.0.0/16 to 0/0 via ppp0
add deny all from 10.0.0.0/8 to 0/0 via ed0 
add deny all from 163.5.0.0/16 to 0/0 via ed0
add deny all from 172.16.0.0/12 to 0/0 via ed0 
add deny all from 192.168.0.0/16 to 0/0 via ed0 
add accept all from 127.0.0.1 to 127.0.0.1
add accept all from 193.56.58.0/24 to 0/0 via ed0 
add accept all from 0/0 to 193.56.58.0/24 via ed0 
add 65000 pass all from any to any 

201 [11:45] root@keltia:~# ipfw add deny all from 127.0.0.0/8 to 0/0 via ppp0
ipfw: ERROR - ip number

It seems that neither "all" nor "ip" is recognized after the "deny"...
-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 2.2-CURRENT #18: Sun Aug 18 19:16:52 MET DST 1996



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608310949.LAA00327>