Page 1 of 1

DHA can't reach the router

Posted: Tue Jun 15, 2010 5:49 pm
by davehalleng
Using the Network Troubleshooter, I failed step 5 - Router is reachable?. Here's a paste to help troubleshoot:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
[root@Cthulu cerebrus]# arp -a
h001.DaveNSara.com (192.168.1.1) at <incomplete> on eth0
h001.DaveNSara.com (192.168.1.1) at 00:18:f8:bf:3a:c9 [ether] on eth1
[root@Cthulu cerebrus]# traceroute -q 1 -m 5 router
traceroute to router (192.168.1.1), 5 hops max, 60 byte packets
1 hda.DaveNSara.com (192.168.1.10) 3000.545 ms !H

Re: DHA can't reach the router

Posted: Tue Jun 15, 2010 10:19 pm
by moredruid
have you tried to restart the hda?
can you ping the router not by hostname but by IP address?

Re: DHA can't reach the router

Posted: Tue Jun 15, 2010 10:22 pm
by cale250
It appears that you have two NICs on board. We only officially support one, eth0. You may want to disable one of the adapters in your computer's BIOS (if possible) and/or remove the other card from your server. It looks like eth1 is connected but eth0 is not. ;)

Re: DHA can't reach the router

Posted: Wed Jun 16, 2010 4:14 am
by davehalleng
right after I posted this last night, I realized that it might be the nic and switched it. It's working great now, thanks.