[SOLVED] Can't delete route

Alexandre Biancalana ale at seudns.net
Fri May 19 13:32:59 UTC 2006


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


More information about the freebsd-net mailing list