Hi,
I have two computers. One with Mandrake Linux 9.2 and Windows XP and another with Windows ME. I use a router to connect both computers to the internet. The internet works fine with Windows XP but it doesn't work on Linux (Linux is installed on the same computer). The IP of the Linux/Windows XP-computer is 192.168.1.2.
Someone already helped me but doesn't know a solution for this problem.
To set up the internet connection, I do:
ifconfig eth0 up 192.168.1.2
Then I do route to set the gateway:
route add default gw 192.168.1.1 metric 1
This is the text of the /etc/resolv.conf file:
search adsl.scarlet.be
nameserver 192.168.1.1
The ifconfig and route commands work fine but when I try to ping I get this errors:
[root@localhost root]# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.2 icmp_seq=1 Destination Host Unreachable
From 192.168.1.2 icmp_seq=2 Destination Host Unreachable
From 192.168.1.2 icmp_seq=3 Destination Host Unreachable
--- 192.168.1.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3022ms
, pipe 3
I have no problems with ping on Windows XP.
When I reboot Linux I always get this:
Bringing up interface
eth0
zcip[786] retrieved addres 127.255.255.255 for eth0:9
zcip[786] sending probe 2 for 127.255.255.255
zcip[786] sending probe 4 for 127.255.255.255
[OK]
I think this is the problem. But I don't know how to solve it.
I'm using a Broadcom 440x 10/100 Integrated Controller.
I already tried the Mandrake Control Center but this didn't work.