Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm not getting any traction on this question in the Fedora or Newbie forums, so maybe this is the right place to start:
A very strange thing happened to me a couple of nights ago. I'm using Fedora Core 3. I checked up2date and found about five things to download and install, including an update to the kernel (don't remember any of the others). I've always accepted all changes, and I did the same this time. After everything was installed, I restarted the machine and now I can no longer see the WAN. I can see all the other machines on my LAN just fine. I rebooted under the old kernel and it still doesn't work. I rebooted under Win2K and that works fine, so there is no hardware problem.
I can ping any address on my LAN (192.168.1.x) and I get a perfect response. I can open the web pages associated with my router, my wireless access point, and my print server. When I try to ping any internet address, including my router's gateway, I get a "Connect: network is unreachable" message. It was working perfectly immediately before I ran up2date and installed the new packages, and it hasn't worked since.
Of course, I've rebooted numerous times and verified that my firewall is disabled. My router is providing DHCP services for me and assigning an IP address correctly, just as before.
Does anybody have any ideas? What could have happened? I'm seriously considering reinstalling the system today, but I hope it doesn't have to be as drastic as that.
Distribution: Fedors Core 3, Red Hat 9, Mandrake 8.1
Posts: 52
Rep:
I experienced the same problem recently. I could ssh into my newly updated FC3 2.6.10. I could ping inside my network, but not out. I noticed 2 problems one was that my [B}default route[/B] was gone. So I added it back:
Still did not fix the problem, then I noticed that I still had an old static route in my /etc/sysconfig/network-scripts file. (I recently got a new router and never had to make any changes)
I edited my /etc/sysconfig/network-scripts like below:
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet
NETMASK=255.255.255.0
USERCTL=no
PEERDNS=yes
IPV6INIT=no
Then I restarted my network /etc/init.d/network restart and now I can surf and ssh from the updated kernel.
Hope this helps.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.