Hi there,
Im running on a fedora 7 distro and am by far, no expert.
After installing Fedora i find myself unable to ping any hosts outside of my own local network.
However.. an nslookup does show it resolves to an IP just fine.
It started by a "fedora = connect: Network is unreachable" message when pinging, it turned out that my 2003server didnt send out a gateway adress in dhcp(which is now fixed).
Heres the output of my nslookup:
Code:
[root@localhost ~]# nslookup
> google.com
Server: 192.168.1.100
Address: 192.168.1.100#53
Non-authoritative answer:
Name: google.com
Address: 64.233.167.99
Name: google.com
Address: 72.14.207.99
Name: google.com
Address: 64.233.187.99
My local network is setup as follows:
Gateway: 192.168.1.1 (router which was unable to provide fedora with DNS service)
DNS: 192.168.1.100 (Server2003, setup to provide a DNS service and forward it to 192.168.1.1)
Fedora IP: Via DHCP, 192.168.1.10.
Fedora server is configured to recieve DHCP(static lease) from Server2003, Server2003 will then forward all DNS-service requests to my router(192.168.1.1).
Heres the output from netstat -nr:
Code:
[root@localhost ~]# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
And lastly, my ifconfig output:
Code:
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:19:DB:CB:5F:11
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::219:dbff:fecb:5f11/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2751 errors:0 dropped:0 overruns:0 frame:0
TX packets:3062 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:259420 (253.3 KiB) TX bytes:471590 (460.5 KiB)
Interrupt:21 Base address:0x800
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:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4776 (4.6 KiB) TX bytes:4776 (4.6 KiB)
Does anyone have any IDEA why i AM able to resolve ip's, but unable to ping or wget/yum?
Thanks in advance, if you need further info.. please tell me
Regards,
J. van Vierzen
Recent comments
1 day 23 hours ago
2 days 8 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 13 hours ago
2 days 15 hours ago
2 days 16 hours ago
2 days 18 hours ago
3 days 10 hours ago
3 days 10 hours ago