Another useful tool is   MTR<br>
<br>
<br>
example  <br>
<br>
mtr <a href="http://www.goole.com">www.goole.com</a><br>
<br>
It combines traceroute and  ping...<br>
<br>
Nice tool...<br>
<br>
Good luck.....<br>
<br>
If you are still having a problem post again David..<br>
<br>
<br>
User Iam<br>
<br>
<br><br><div><span class="gmail_quote">On 9/4/06, <b class="gmail_sendername">Tod Merley</b> <<a href="mailto:todbot88@gmail.com">todbot88@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 9/4/06, David <<a href="mailto:dpleydel@univ-fcomte.fr">dpleydel@univ-fcomte.fr</a>> wrote:<br>> About fie weeks ago I installed Dapper on a Dell Inspiron 6000<br>> laptop. Everything was going great, I configured the eth0 interface to
<br>> get onto the university network and I could connect to Ubuntu<br>> repositories and I downloaded various software eg. GRASS, R etc.<br>><br>> Then some days later I lost the internet connection. I do not know
<br>> why. I can still ping my PC and the PC can still ping the laptop. But<br>> the laptop cannot ping websites or repos.<br>><br>> To make matters worse, we need this sorted within the next 24 hours!<br>> Any help would be greatly appreciated.
<br>><br>> dave<br><br>Hi dave!<br><br>Lets get started!<br><br>How I snoop net problems (watch!):<br>---------------------------------------------------------------<br>tod@tod-desktop:~$ ifconfig<br>eth0      Link encap:Ethernet  HWaddr 00:15:4D:23:8D:A1
<br>          inet
addr:192.168.X.X  Bcast:192.168.X.255  Mask:<a href="http://255.255.255.0">255.255.255.0</a><br>          inet6 addr: fe80::210:4bff:fe21:8da1/64 Scope:Link<br>          UP
BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:3334411 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:2419924 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:189 txqueuelen:1000
<br>          RX
bytes:698219965 (665.8 MiB)  TX bytes:189143239 (180.3 MiB)<br>          Interrupt:10 Base address:0x9800<br><br>lo        Link encap:Local Loopback<br>          inet addr:<a href="http://127.0.0.1">127.0.0.1</a>  Mask:<a href="http://255.0.0.0">
255.0.0.0</a><br>          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br>          RX packets:154 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:154 errors:0 dropped:0 overruns:0 carrier:0
<br>          collisions:0 txqueuelen:0<br>          RX bytes:15996 (15.6 KiB)  TX bytes:15996 (15.6 KiB)<br><br>tod@tod-desktop:~$ route<br>Kernel IP routing table<br>Destination    
Gateway        
Genmask         Flags Metric
Ref    Use Iface<br><a href="http://192.168.0.0">192.168.0.0</a>    
*              
<a href="http://255.255.255.0">255.255.255.0</a>   U    
0      0        0
eth0<br>default        
<a href="http://192.168.0.1">192.168.0.1</a>    
<a href="http://0.0.0.0">0.0.0.0</a>        
UG    0      0        0
eth0<br><br>tod@tod-desktop:~$ cat /etc/resolv.conf<br>search domain.actdsltmp<br>nameserver <a href="http://205.171.3.65">205.171.3.65</a><br>tod@tod-desktop:~$ cat /etc/hosts<br><a href="http://127.0.0.1">127.0.0.1</a>
 localhost tod-desktop<br>--------------------------------------------------------------<br>ifconfig shows the ethernet link as normal (if you are using wireless<br>then use iwconfig also).<br><br>route is very important for you.  Do you show a default  user gateway?
<br> I do (see the line with the "UG" lable).<br><br>/etc/resolv.conf is the file used by network users to find the Domain<br>Name Service servers (name servers).  Without this service your<br>network applications would sent a DNS query for say 
<a href="http://www.google.com">www.google.com</a> but<br>never recieve an answer (you might ping the IP address <a href="http://66.102.7.104">66.102.7.104</a><br>and get a reasonable return but ping the name and it never replies).
<br><br>Now ping the gateway, the nameserver, and look at it all again.<br><br>There are manuals on all the above mentioned commands (man ifconfig)<br>which also point to other useful tools (see the "see also" usually at
<br>the bottom of the man page).  Read them.<br><br>Good Hunting!<br><br>Tod<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>