Connecting ubuntu internet apps
<p>I have had some good advice as to how to connect my internet apps (which dont work) to the broadband modem which says it is connected. In response to one of the answers (from hippiejake) I gleaned the following from the terminal</p>
<pre><code>-bruce@dell:~$ /sbin/ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:12:f0:80:6f:6f
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::212:f0ff:fe80:6f6f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:364 errors:0 dropped:0 overruns:0 frame:0
TX packets:1234 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55827 (55.8 KB) TX bytes:57524 (57.5 KB)
Interrupt:17 Base address:0x2000 Memory:dfdfd000-dfdfdfff
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:767 errors:0 dropped:0 overruns:0 frame:0
TX packets:767 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:111743 (111.7 KB) TX bytes:111743 (111.7 KB)
wlan0 Link encap:Ethernet HWaddr 00:12:3f:d0:1d:bc
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:18 Memory:dfdfe000-dfe00000 </code></pre>
<p>This seems to show that the ethernet is connected to the internet, but the wlan interface isn't. Is this the problem. How do i change it back to normal - with wlan on the internet?</p>