callct
2006-05-11, 02:41 PM CDT
When obtaining an IP address via DHCP the default route is not working for me. I am connected directly to a DSL modem, no route in between. I could receive an IP address just fine but it was not picking up the DNS server(s) nor the default route. Here is the fix that I did that worked for me
route add 192.168.0.1 eth0
route add default gw 192.168.0.1 eth0
Once I added those two configs in now my DNS is working and I can browse the web. I did not have a problem with this until I ran yum update yesterday. After I rebooted it was broken. Anyone else having similar issues?
route add 192.168.0.1 eth0
route add default gw 192.168.0.1 eth0
Once I added those two configs in now my DNS is working and I can browse the web. I did not have a problem with this until I ran yum update yesterday. After I rebooted it was broken. Anyone else having similar issues?