Hello
I upgraded a server via CVsup / make world, mergemaster etc.
After I rebooted, everything looked normal, however it cannot follow the default route. I cannot ping the router from the box, other boxes on the network cannot reach it.
I can only access the server via remote console. All other servers on the network are fine.
I have run out of things to check. I recompiled everything again, just to make sure. I also compiled and installed the GENERIC kernel as a test. However I forgot to save my old 8.2 kernel so I was not able to try re-rebooting into that. I also have had the unit power cycled to make sure there was no stuck hardware.
I have not yet tried installing from scratch yet since the unit is not close to me.
I would love any suggestions on what could be wrong or things to check.
Thanks!
Nicole
Information below: Replacing the actual IP's with substitutes:
(.2 and .3 are alternate routers on the network .15 is another server on the network I tried pinging it from)
I upgraded a server via CVsup / make world, mergemaster etc.
After I rebooted, everything looked normal, however it cannot follow the default route. I cannot ping the router from the box, other boxes on the network cannot reach it.
I can only access the server via remote console. All other servers on the network are fine.
I have run out of things to check. I recompiled everything again, just to make sure. I also compiled and installed the GENERIC kernel as a test. However I forgot to save my old 8.2 kernel so I was not able to try re-rebooting into that. I also have had the unit power cycled to make sure there was no stuck hardware.
I have not yet tried installing from scratch yet since the unit is not close to me.
I would love any suggestions on what could be wrong or things to check.
Thanks!
Nicole
Information below: Replacing the actual IP's with substitutes:
Code:
$ ifconfig nfe0
nfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO,LINKSTATE>
ether 00:e0:81:c1:47:b8
inet 192.168.1.13 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
$ netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.1.1 UGS 0 12 nfe0
192.168.1.0/24 link#3 U 16 30 nfe0
192.168.1.13 link#3 UHS 0 0 lo0
127.0.0.1 link#6 UH 0 50 lo0
$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
etc..
$ ping 192.168.1.15
PING 192.168.1.15 (192.168.1.15): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
etc..
(.2 and .3 are alternate routers on the network .15 is another server on the network I tried pinging it from)
Code:
$ arp -an
? (192.168.1.3) at MAC address on nfe0 expires in 1200 seconds [ethernet]
? (192.168.1.2) at MAC address on nfe0 expires in 1200 seconds [ethernet]
? (192.168.1.15) at MAC address on nfe0 expires in 1169 seconds [ethernet]
? (192.168.1.13) at MAC address on nfe0 permanent [ethernet]