
20 Apr
2001
20 Apr
'01
09:40
* rene marhold wrote on Thu, Apr 19, 2001 at 23:00 -0700:
command: ipchains -A input -s 212.30/19 -j DENY
DENY all ------ 212.0.0.0/19 0.0.0.0/0 n/a
why where´s there the error???
"route" says: route add -net 212.30/19 route: netmask doesn't match route address interesting: dx:~ # route add -host 212.30 reject 212.0.0.30 - 255.255.255.255 !H so 212.30 is _not_ a shorthand for 212.30.0.0. ipchains: dx:~ # ipchains -A input -s 212.30/32 ipchains -nL|grep 212 - all ------ 212.0.0.30 0.0.0.0/0 n/a so you have to say "212.30.0.0/19". oki, Steffen -- Dieses Schreiben wurde maschinell erstellt, es trägt daher weder Unterschrift noch Siegel.