Brian Candler wrote:
On Thu, May 18, 2006 at 02:52:19PM -0300, Alexandre Biancalana wrote:
# route add 128.110.0.0 255.255.0.0 10.0.0.17
add net 128.110.0.0: gateway 255.255.0.0
...
Running netstat -nr I get the following:
0&0xa000011 255.255.0.0 UGSc 15 332 fxp0 =>
...
Have some way to remove this stupid route without flushing the routing
table ???
This machine is main gateway of the company and I can't do a route flush
now, but I need to have this new route working...
Try:
# route delete -net 0.0.0.0 -netmask 10.0.0.17
(i.e. network 0, netmask &a000011, like the netstat entry shows). I've tried
it here, it successfully removes your junk route under 6.0
Great Brian !! It works on 4.10 too !!
Thank you !!
Alexandre Biancalana
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"