Re: internet connection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Eric Potvin wrote:

[root@The_Klingon_Empire etc]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo

Yep, no gateway here.

ifconfig

eth0 Link encap:Ethernet HWaddr 00:80:C8:DF:F2:6E
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3459 errors:0 dropped:0 overruns:0 frame:0
TX packets:413 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:401858 (392.4 Kb) TX bytes:43283 (42.2 Kb)
Interrupt:10 Base address:0xe000


This looks normal, except for the IP. On my linksys, the dhcp address start at 192.168.1.100, but you can change the starting address. Look at the DHCP page on the linksys.

Easy way to do this is:

lynx -auth=\ :put_the_linksys_admin_password_here http://192.168.1.1/DHCP.htm -dump

eg. if your linksys admin password is 'eric1':

lynx -auth=\ :eric1 http://192.168.1.1/DHCP.htm -dump

This will give you the DNS nameservers for the dhcp clients. This should NOT be 192.168.1.1! Your linksys router is NOT a DNS server. You should have your ISP's primary and secondary DNS servers listed here. I suspect since your resolv.conf file has nameserver 192.168.1.1, it is getting this from the linksys DHCP.htm page, and you have the linksys ip listed as a DNS server there.

cat /etc/sysconfig/networking/devices/ifcfg-eth0


DEVICE=eth0
BOOTPROTO=dhcp
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
ONBOOT=yes
USERCTL=no
PEERDNS=no
TYPE=Ethernet


dmesg|grep eth

eth0: RealTek RTL-8029 found at 0xe000, IRQ 10, 00:80:C8:DF:F2:6E.
divert: allocating divert_blk for eth1
eth1: RealTek RTL-8029 found at 0xe400, IRQ 11, 00:E0:29:4B:17:D7.


/etc/resolv.conf

nameserver	192.168.1.1

This should have the DNS servers for your ISP listed......

dig www.redhat.com |grep -i server

;; SERVER: 192.168.1.1#53(192.168.1.1)

No good here!






--
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux