Cannot connect to internet
Hi,
I have installed Mandriva 2006 Free on my Windows XP machine (dual-booting) and everything is fine except the internet. I connect through a D-Link router to a cable connection. It is not wireless. Under Windows, everything is fine, but when I get into Linux, I can't access anything. The connection uses DHCP.
Here are the results of some commands that I ran:
ifconfig
Code:
eth0 Link encap:Ethernet HWaddr 00:10:DC:9E:91:FA
inet addr:192.168.0.115 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::210:dcff:fe9e:91fa/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:23 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:109 errors:0 dropped:0 overruns:0 frame:0
TX packets:109 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9539 (9.3 KiB) TX bytes:9539 (9.3 KiB)
route
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 10 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 10 0 0 eth0
ping
[paul@localhost Desktop]# ping www.google.com
ping: unknown host www.google.com
I also checked the contents of resolv.conf. The entire contents are as follows:
Code:
nameserver 192.168.0.1
This makes sense to me; the router's IP address is 192.168.0.1.
I've tried a lot to get this thing to work, but it ain't happenin. I had the same issue on Debian, too.
Anything you can tell me will be greatly appreciated. If you need more info I will be happy to supply it.
Thanks.