> # netstat -r > Destination Gateway Flags Refs Use Mtu Interface > 194.100.50 194.100.46.254 UGS 0 53 - ppp0 [...] > > # route get 194.100.50.1 > route to: 194.100.50.1 > destination: 194.100.50.0 > mask: 255.255.255.224 How about `route delete 194.100.50.0 -netmask 255.255.255.224' ? Dennis Ferguson