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 have a Red Hat question for you that really has me stumped. I have two different Red Hat 7.3 boxes that both function as cdrw and pure-ftpd servers. I've had them both running flawlessly for about 4 months now, but in the last few days I've rebooted one and then other (for the first time in 4 months). In each case when the machines came back up, they lost network connectivity. Sort of... Any ip address that I ping other than the local host comes back "destination host unreachable". Naturally, I can't ping by f.q.d.n. because it thinks the dns server it's been using all along is also unreachable. I checked the route table against another Linux machine that is working fine and they are identical, except the route table on the two machines that aren't working, the last route entry (the default route) takes an extra few seconds to come up. The last time I did reboot these boxes, they came back up just fine and I don't recall adding any software (or upgrading).
My dilemma is that I haven't changed anything other than simply rebooting them. Any ideas? Or perhaps even what logs I should be looking into to determine a potential problem?
Do these machines have static IPs or are they using DHCP?
If you could post the output of '/sbin/ifconfig -a', that could be helpful.
Also, you might want to try looking at your system messages log /var/log/messages. (example: 'cat /var/log/messages |more'). There will likely be a LOT of data to read through, so you may want to use grep to look for things like 'eth0', or prehaps search by date (i.e. the date you rebooted these systems).
I hope this helps or points you to the possible culprit.
Last edited by Javahead2000; 11-27-2002 at 02:37 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.