Jump to content
Compatible Support Forums

BTierens

Members
  • Content count

    4
  • Joined

  • Last visited

    Never

Everything posted by BTierens

  1. BTierens

    Mandrake 9.2 lan

    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: Quote: ifconfig eth0 up 192.168.1.2 Then I do route to set the gateway: Quote: route add default gw 192.168.1.1 metric 1 This is the text of the /etc/resolv.conf file: Quote: 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: Quote: [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: Quote: 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.
  2. BTierens

    Mandrake 9.2 lan

    I still get the same results. I think that everything is plugged in the right port because my internet connection works correct under Windows XP (installed on the same computer). If I run ping under Windows, I don't get errors.
  3. BTierens

    Mandrake 9.2 lan

    I ran all the commands I ran in my previous posts and then arp -a and ping 192.168.1.1. Quote: [root@localhost root]# arp -a ? (192.168.1.1) at <incomplete> on eth0 [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 From 192.168.1.2 icmp_seq=4 Destination Host Unreachable From 192.168.1.2 icmp_seq=5 Destination Host Unreachable From 192.168.1.2 icmp_seq=6 Destination Host Unreachable --- 192.168.1.1 ping statistics --- 7 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6025ms , pipe 3
  4. BTierens

    Mandrake 9.2 lan

    This is what I get: netstat -r Quote: [root@localhost root]# netstat -r Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 ifconfig -a Quote: [root@localhost root]# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0B:DB:B2:0B:41 inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:85 errors:0 dropped:0 overruns:0 frame:0 TX packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:27466 (26.8 Kb) TX bytes:1152 (1.1 Kb) Interrupt:3 Base address:0xe000 Memory:fe9fe000-fe9ff080 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:20 errors:0 dropped:0 overruns:0 frame:0 TX packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1544 (1.5 Kb) TX bytes:1544 (1.5 Kb) [root@localhost root]#
×