I started it up with GRML and ran fsck. All clean. Network works like it should.
I even do not know where to look, any ideas are welcome.
DNS issue? Have you tried pinging something outside your local network by ip instead of name?Jaglover wrote:I use my wife's PC as distcc helper. A couple hours ago I noticed it's down. I couldn't start it any more, "attempting to kill init" was as far as I got. OK, PSU was expired, I replaced it. Booted from HDD. Everything looks nice. Except direct internet connection does not work! Firefox through proxy - works fine. NFS volume mounts fine. I can ssh into that box. I can ssh out from that box - but only locally. Every address outside results in "network is unreachable" message.(No firewall)
I started it up with GRML and ran fsck. All clean. Network works like it should.![]()
I even do not know where to look, any ideas are welcome.
Code: Select all
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.2.254 255.255.255.255 UGH 0 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
Code: Select all
andrew@ziggy ~ $ cat /etc/conf.d/net
modules=("ifconfig")
config_eth0=("192.168.1.2 netmask 255.255.255.0")
routes_eth0=("default via 192.168.1.1")