Hi,
I have recently installed Redhat Fedora Core 3, on my PC recently, It's a P3 with a 'Realtek RTL8139 Family PCI Fast Ethernet NIC' ethernet card. I am still a rookie at linux, though i have used a couple of linux for the past few years during short intervals. Anyways, i am unable to connect to the internet through my Realtek Card, the details are:
IP Address : 172.18.6.91
Subnet Mask : 255.255.255.0
Default Gateway : 172.18.0.1
My internet connection works fine on Windows 98 and XP. I have a searched a lot reagarding this problem and tried many things posted online but couldn't get it working.
The same lan card used to work when i used 'Redhat Linux 8' and 'Mandrake Linux 9' but then i had a different ISP. Now with 'Fedora Core 3' and another ISP, when i try to 'ping 172.18.0.1' i get the error network unreacable.
Any help will be appreciated, and thanks in advance.
The contents of '/etc/resolv.conf' , '/etc/hosts' and the outputs of the commands:
ping 172.18.0.1
ping
www.google.com
ping 172.18.6.91
ifconfig
route
lspci | grep Eth
are as follows...
---------------------------------------------------------------
Contents of : /etc/resolv.conf
nameserver 172.18.0.1
---------------------------------------------------------------
Contents of : /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 OMNIKORN localhost.localdomain localhost
---------------------------------------------------------------
[root@OMNIKORN ~]# ping 172.18.0.1
connect: Network is unreachable
---------------------------------------------------------------
[root@OMNIKORN ~]# ping
www.google.com
ping: unknown host
www.google.com
---------------------------------------------------------------
[root@OMNIKORN ~]# ping 172.18.6.91
PING 172.18.6.91 (172.18.6.91) 56(84) bytes of data.
64 bytes from 172.18.6.91: icmp_seq=0 ttl=64 time=0.083 ms
64 bytes from 172.18.6.91: icmp_seq=1 ttl=64 time=0.088 ms
64 bytes from 172.18.6.91: icmp_seq=2 ttl=64 time=0.089 ms
--- 172.18.6.91 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.083/0.086/0.089/0.011 ms, pipe 2
---------------------------------------------------------------
[root@OMNIKORN ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00

0:26:7F

5:1C
inet addr:172.18.6.91 Bcast:172.18.6.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:26ff:fe7f:d51c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3741 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:370189 (361.5 KiB) TX bytes:2164 (2.1 KiB)
Interrupt:11 Base address:0xd800
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:2436 errors:0 dropped:0 overruns:0 frame:0
TX packets:2436 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2565946 (2.4 MiB) TX bytes:2565946 (2.4 MiB)
---------------------------------------------------------------
[root@OMNIKORN ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
172.18.6.0 * 255.255.255.0 U 0 0 0
eth0
169.254.0.0 * 255.255.0.0 U 0 0 0
eth0
---------------------------------------------------------------
[root@OMNIKORN ~]# lspci | grep Eth
01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
---------------------------------------------------------------
Thanks again