I am using Ubuntu 12.10. My internet connection was working fine. I tried to connect college LAN after changing IP but it didn't work. Then I changed to previous IP and tried with to connect but now it is showing Connection established but there is no internet access. Output of ifconfig is not having wlan and eth1 is showing interrupt17.
$ ifconfig
eth1 Link encap:Ethernet HWaddr 00:26:22:c8:2d:2a
inet addr:192.168.61.57 Bcast:192.168.61.255 Mask:255.255.255.0
inet6 addr: fe80::226:22ff:fec8:2d2a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5551 errors:0 dropped:0 overruns:0 frame:0
TX packets:232 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:542393 (542.3 KB) TX bytes:46828 (46.8 KB)
Interrupt:17
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:912 errors:0 dropped:0 overruns:0 frame:0
TX packets:912 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:64128 (64.1 KB) TX bytes:64128 (64.1 KB)
What can I do to get this working?
wlan, its your wireless, you need to enable it using the switch on your keyboard to enable it. – Jobin Feb 19 at 9:41