Originally posted by: SystemAdmin
Ok, I am experiencing the same type of issue. When someone configured our server, he accidentally typed in 172.24.255.255 as the gateway during initial setup.
These entries are all before the route delete command being run
netstat -r:
Route Tree for Protocol Family 2 (Internet):
default 172.24.20.1 UGc 0 0 en0 - - -
10.1.30.12 172.24.20.1 UGHW 0 1 en0 - - -
127/8 localhost U 4 247 lo0 - - -
172.24.0.0 wdsvista UHSb 0 0 en0 - - - =>
172.24/16 wdsvista U 5 721 en0 - - -
wdsvista localhost UGHS 5 71 lo0 - - -
172.24.255.255 wdsvista UHSb 0 1 en0 - - - We have run the route delete 172.24.255.255 wdsvista, and the entry seems to go away but when I reboot the system, the entry remanifests itself. Running ifconfig -a:
en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,CHAIN>
inet 172.24.30.237 netmask 0xffff0000 broadcast
172.24.255.255 Here are the entries after trying to clean-up:
route delete 172.24.255.255 wdsvista
Route Tree for Protocol Family 2 (Internet):
default 172.24.20.1 UGc 0 0 en0 - - -
wfsnt36.westcorp.c 172.24.20.1 UGHW 1 50 en0 1500 - -
127/8 localhost U 5 267 lo0 - - -
172.24.0.0 wdsvista UHSb 0 0 en0 - - - =>
172.24/16 wdsvista U 3 863 en0 - - -
wdsvista localhost UGHS 5 71 lo0 - - -
Route Tree for Protocol Family 24 (Internet v6):
::1 ::1 UH 0 0 lo0 16896 - -
-
ifconfig -a
en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,CHAIN>
inet 172.24.30.237 netmask 0xffff0000 broadcast
172.24.255.255 tcp_sendspace 131072 tcp_recvspace 65536
**It is still showing up incorrectly in the ifconfig -a table.**
Message was edited by: rteeter
#AIX-Forum