Networking assistance needed
Hey all, I just installed gentoo and Im running into a networking issue. Eth0 is started when the system boots, and I dont get any module errors. (using module8139too to support my realtek card. When I installed / chrooted in lsmod showed this as the module in use and connectivity was okay then) I am able to ping my local ip, but not my gw. When I boot into another OS using the same stack settings, (I.e netmask, gw etc) everything works.
ifconfig eth0 shows the correct ip address, bdcast address and netmask. Shows 0 rx/tx packets. (so no collisions etc)
route -n shows:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.25.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 192.168.25.1 0.0.0.0 UG 1 0 0 eth0
My settings for iface_eth0 in /etc/conf.d/net look okay, and the gw line looks good too.
Thoughts?
Oh, I have checked things like physical link and such.