Can't delete route

Brian Candler B.Candler at pobox.com
Fri May 19 12:20:24 UTC 2006


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

Regards,

Brian.


More information about the freebsd-net mailing list