I was going along just fine with a brand new, 2-hour-old installation of Mandrake 10.0 when it just refused to connect to my network. The weird thing is that I had actually been connected on GAIM and had been surfing the web with Firefox and recieveing email for a while, then it stopped working, and I as far as I know I didn't change a thing.
I'm using static IPs, my router being 192.168.0.1 and the desktop in question being 192.168.0.104. I can ping 192.168.0.104 and 127.0.0.1 just fine from the non-connecting desktop, but I cannot ping 192.168.0.1 or any other IP address, either inside or outside my network, and I can't connect to the internet with any of my apps. Also, the other computers on my network can't ping the desktop at 192.168.0.104. I'm writing this message from my win98 laptop, so it's not my network that's down.
One thing that I have noted is the output of "route" and "netstat -nr". Route gets stuck right before it gets to the entry for my gateway, and I can't enter any more commands until I hit ctrl+c, exiting the program. Trying to add a a gateway through route causes the same lock-up to happen. Netstat -nr, on the other hand, displays everything just fine.
Code:
#route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
(right here I press ctrl+c because it never gets any further, no matter how long I let it sit)
Code:
#netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 U 0 0 0 eth0
#
I know that those tables aren't going to look right in the post, but you get the idea: route hangs and doesn't display everything, netstat displays everything just fine.
Thanks in advance for any advice. I've never seen this anything like this before, and I have no clue what to do here.