

InterviewSolution
Saved Bookmarks
1. |
Solve : Internet in UBUNTU 9.04? |
Answer» Quote from: jerryheavyarms on July 06, 2009, 01:15:51 AM If I may ask, does your internet connection works with your xp installation? These are good questions. Aside from the above, it's possible that Ubuntu has not correctly installed the drivers for your network card.Hey Rob, Yes it works perfectly with Windows XP ('m using it now ) And sadly, nothing in UBUNTU points to my ISP Within Ubuntu, bring up a TERMINAL, enter the following commands, and if you possibly can, (e.g. by saving to a intermediate file) cut and paste the output in this thread: ifconfig route traceroute www.yahoo.com Thanks!Quote from: Joaquin on July 07, 2009, 04:45:39 AM Thank you everyone for replying,you are great,it's the answer,ahQuote from: wwenyunkui on July 10, 2009, 03:54:17 AM you are great,it's the answer,ah Say what now?Hey Rob & everyone else , Rob u asked me to type ifconfig route traceroute www.yahoo.com in terminal ..... & I got d reply as below... I DIDNT understant wat it meant but here it is.... do xplain me wat it meant... To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for DETAILS. [emailprotected]:~$ ifconfig eth0 Link encap:ETHERNET HWaddr 00:16:76:3c:13:8d inet addr:192.168.1.108 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::216:76ff:fe3c:138d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1026 errors:0 dropped:0 overruns:0 frame:0 TX packets:27 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:93684 (93.6 KB) TX bytes:4545 (4.5 KB) Interrupt:21 Base address:0xde00 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:4 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:240 (240.0 B) TX bytes:240 (240.0 B) [emailprotected]:~$ [emailprotected]:~$ route Kernel IP ROUTING table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 * 255.255.255.0 U 1 0 0 eth0 link-local * 255.255.0.0 U 1000 0 0 eth0 default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 [emailprotected]:~$ [emailprotected]:~$ traceroute www.yahoo.com The program 'traceroute' can be found in the following packages: * traceroute * traceroute-nanog Try: sudo apt-get install <selected package> bash: traceroute: command not found [emailprotected]:~$ Try to restart your network connection. Try to do: sudo /etc/init.d/networking restart Then check again if you could connect to the internet |
|