On Sep 27, 2018, at 1:26 PM, Rich Shepard <[email protected]> wrote:
> 
> On Thu, 27 Sep 2018, Louis Kowolowski wrote:
> 
>> The IP 192.168.55.7 is NOT in the network 192.168.0.0/24 (mask of
>> 255.255.255.0) The only valid IPs in 192.168.0.0/24 are 192.168.0.1-255
>> (don't try to allocate .255, its used).
> 
> Louis,
> 
>  Mea culpa for not noticing this! Thanks for pointing out the obvious to
> me.
> 
>  How do I delete the 192.168.0.0 route? Typing 'route del network
> 192.168.0.0 eth1' returns 'network: host name lookup failure'.
> 
I would expect something like:
route delete -net 192.168.x.y/z
where x is the 3rd octet, y is the 4th, and z is the subnet mask
if there is no risk to running things, you may also be able to issue a 
route flush
this will remove all route entries. be careful.


--
Louis Kowolowski                                [email protected]
Cryptomonkeys:                                   http://www.cryptomonkeys.com/

Making life more interesting for people since 1977

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to