I've tried some of the suggestions in other questions, and listed below is the output from, route -n ip route ifconfig nsswitch.conf dig telnet
Other info I use a thompson router /gateway, both of my laptops can access the internet o.k I have disabled the firewall on the router to eliminate that problem. Only my ubuntu 11.10 -generic 16 computer has this problem
Any suggections would be great
raewyn-j@ACER-UBUNTU:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
-
raewyn-j@ACER-UBUNTU:~$ ip route
default via 192.168.1.254 dev eth0 proto static
169.254.0.0/16 dev eth0 scope link metric 1000
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.64 metric 1
raewyn-j@ACER-UBUNTU:~$
-
raewyn-j@ACER-UBUNTU:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:01:6c:0b:1e:df
inet addr:192.168.1.64 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::201:6cff:fe0b:1edf/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:715 errors:366 dropped:0 overruns:0 frame:366
TX packets:754 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:107669 (107.6 KB) TX bytes:233760 (233.7 KB)
Interrupt:19 Base address:0xdead
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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:720 (720.0 B) TX bytes:720 (720.0 B)
-
copy of nsswitch file
# /etc/nsswitch.conf`
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
-
raewyn-j@ACER-UBUNTU:~$ dig www.google.com
; <<>> DiG 9.7.3 <<>> www.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4089
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN A
;; ANSWER SECTION:
www.google.com. 332786 IN CNAME www.l.google.com.
www.l.google.com. 257 IN A 74.125.237.114
www.l.google.com. 257 IN A 74.125.237.112
www.l.google.com. 257 IN A 74.125.237.116
www.l.google.com. 257 IN A 74.125.237.115
www.l.google.com. 257 IN A 74.125.237.113
;; Query time: 21 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Sat Apr 28 00:54:21 2012
;; MSG SIZE rcvd: 132
-
raewyn-j@ACER-UBUNTU:~$ telnet google.com 80
Trying 122.56.115.170...
Connected to google.com.
Escape character is '^]'.