| Author |
Message |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7951
Location: London
Status: Offline
|
| Posted:
Mar 20, 2009 - 04:21 PM |
|
|
Did you follow the suggestion (apt-get install traceroute)? Did it work ?
Also, try:-
tracert
Some Linux distro's use that. |
|
|
|
 |
dibsmft
Site Admin
Joined: Oct 21, 2005
Posts: 3387
Location: St. John's, Newfoundland and Labrador, Canada
Status: Offline
|
| Posted:
Mar 20, 2009 - 04:32 PM |
|
| ilanesh : | XXXXXX-laptop:~$ traceroute sip.mysipswitch.com > route
The program 'traceroute' can be found in the following packages:
* traceroute-nanog
* traceroute
Try: sudo apt-get install <selected package>
bash: traceroute: command not found
XXXXXXXX:~$ |
Strange it seems that it is not installed... It is preinstalled on most versions of Linux. Install it or try a different linux version. |
|
|
|
 |
ianplain
Site Admin
Joined: Jul 05, 2004
Posts: 3364
Location: Bath UK
Status: Offline
|
| Posted:
Mar 20, 2009 - 04:35 PM |
|
|
I would also try
sudo traceroute just in case its ubuntu
Ian |
|
|
|
 |
ilanesh
Joined: Jul 21, 2005
Posts: 153
Status: Offline
|
| Posted:
Mar 20, 2009 - 05:19 PM |
|
|
XXXX-laptop:~$ sudo bash
[sudo] password for XXXX:
XXXX-laptop:~# traceroute sip.mysipswitch.com > route
traceroute: unknown host sip.mysipswitch.com
XXXX-laptop:~# |
|
|
|
 |
dibsmft
Site Admin
Joined: Oct 21, 2005
Posts: 3387
Location: St. John's, Newfoundland and Labrador, Canada
Status: Offline
|
| Posted:
Mar 20, 2009 - 05:29 PM |
|
|
The trace information is in the file route. However, traceroute cannot reach mysipswitch. |
|
|
|
 |
mazilo
Moderator
Joined: Feb 09, 2005
Posts: 2354
Location: UK
Status: Offline
|
| Posted:
Mar 20, 2009 - 05:38 PM |
|
| ilanesh : | XXXX-laptop:~# traceroute sip.mysipswitch.com > route
traceroute: unknown host sip.mysipswitch.com |
This sounded like you have a DNS problem. Show use the contents of your /etc/resolv.conf file. |
|
|
|
 |
ilanesh
Joined: Jul 21, 2005
Posts: 153
Status: Offline
|
| Posted:
Mar 20, 2009 - 05:44 PM |
|
|
XXXXX-laptop:~$ sudo bash
root@XXXXX-laptop:~# /etc/resolv.conf file
bash: /etc/resolv.conf: Permission denied
root@XXXXX-laptop:~# |
|
|
|
 |
ianplain
Site Admin
Joined: Jul 05, 2004
Posts: 3364
Location: Bath UK
Status: Offline
|
| Posted:
Mar 20, 2009 - 06:07 PM |
|
|
Hi
cat /etc/resolv.conf
Ian |
|
|
|
 |
ilanesh
Joined: Jul 21, 2005
Posts: 153
Status: Offline
|
| Posted:
Mar 20, 2009 - 06:18 PM |
|
|
Hi ian, this worked, thank you, forgot to tell, yes I use Ubuntu Intrepid.
XXXXX-laptop:~$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 212.150.49.10
nameserver 212.150.48.169
XXXXX-laptop:~$
212.150.49.10 = Primary DNS
212.150.48.169 = secondary DNS
If I would know you need this I just could easily do a right click on the icon on my desktop and there is all info in.
This is always the same adresses. |
|
|
|
 |
|