hi,
i have win2K n mandrake 10 installed on my system. n also have Realtek RTL8139/810x Family Fast Ethernet NIC. my lan operator provided me with :
1> ip address : 10.16.11.8
2> default gateway : 10.16.10.3
3> DNS : 10.16.0.2
4> subnet mask : 255.255.255.0
5> domain (but he said its of no use if u r using win2k) : manage
i can use net frm win2k (without domain settings )without any probs. but in linux m getting "network is unreachable" error. i run the following commands:
$ifconfig
eth0 Link encap:Ethernet HWaddr 00:0A:CD:09:0A:1C
inet addr:10.16.11.8 Bcast:10.16.11.255 Mask:255.255.255.0
inet6 addr: fe80::20a:cdff:fe09:a1c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16530 errors:0 dropped:0 overruns:0 frame:0
TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1353466 (1.2 Mb) TX bytes:1230 (1.2 Kb)
Interrupt:10 Base address:0x8c00
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:82 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5156 (5.0 Kb) TX bytes:5156 (5.0 Kb)
$route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.16.11.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
$cat /etc/modules.conf
probeall usb-interface usb-uhci
alias eth0 8139too
alias sound-slot-0 i810_audio
$cat /etc/sysconfig/network
HOSTNAME=ranger
NETWORKING=yes
GATEWAY=10.16.10.3
$cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=10.16.11.8
NETMASK=255.255.255.0
NETWORK=10.16.11.0
BROADCAST=10.16.11.255
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=""
$dmesg | grep eth
eth0: RealTek RTL8139 at 0xc8988c00, 00:0a:cd:09:0a:1c, IRQ 10
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: no IPv6 routers present
$ping 10.16.11.8 (my own ip)
PING 10.16.11.8 (10.16.11.8) 56(84) bytes of data.
64 bytes from 10.16.11.8: icmp_seq=1 ttl=64 time=0.076 ms
64 bytes from 10.16.11.8: icmp_seq=2 ttl=64 time=0.047 ms
64 bytes from 10.16.11.8: icmp_seq=3 ttl=64 time=0.048 ms
--- 10.16.11.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.047/0.057/0.076/0.013 ms
$ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.050 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.045 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.048 ms
--- localhost ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.045/0.047/0.050/0.008 ms
$ ping 10.16.10.3 (gateway)
connect: Network is unreachable
$ping cbc.ca
ping: unknown host cbc.ca
while booting my eth0 is getting up......
does anyone know how to solve this prob? i m really confused?
waiting for suggestions.......
