Ubuntu :: Difference Between 'tracert' And 'traceroute'
Feb 4, 2010
what the difference between the commands tracert and traceroute is? I need to run tracert as superuser, while traceroute is no problem in user mode.
Also, it appers like tracert is showing nodes completely different from traceroute:
Code:
sudo tracert google.nl
traceroute to google.nl (216.239.59.104), 30 hops max, 60 byte packets
1 192.168.1.254 (192.168.1.254) 1.078 ms 1.699 ms *
2 * * *
[Code]....
Another thing.. Is it correct to assume that hop 5 and 7 above are loadbalanced nodes? How should I interpret this result, is the traceroute initiating it's path three times? Otherwise it'd be rather strange as to display other addresses in the same node..
View 5 Replies
ADVERTISEMENT
Mar 18, 2011
I've created live squeeze usb-hdd, but nslookup and tracert are missing. Which packages should be additionaly installed?
View 2 Replies
View Related
Sep 2, 2010
I would like to secure my dhcp server against mac spoofing. I have two nics:eth0 -10.10.10.1/24 LANeth1 - WAN (dynamic from dhcp)I have setup /etc/etheresSERWER.MYDOMAIN.PL 00:01:02:03:04:05comp1 00:1f:d0:27:d1:beetc.
View 3 Replies
View Related
Aug 12, 2011
how I run a traceroute on 11.04?
View 7 Replies
View Related
Sep 1, 2010
If I traceroute to google, it hits my router and stops there. Generically, my Setup is this. AT&T Uverse residential gateway ---> wired to 54g router running tomato ---> wireless ethernet bridge to 54gl router running tomato in another room ---> wired to ubuntu and win7 box.
The ATT RG hands its external IP over the the 54g running tomato. the 54gl running tomato is a wireless ethernet bride in the den running the same with 2 machines wired to. The two machines are static IP to the first router, which does all DCHP, stuff like that. The Windows box is fine. The subnets are the same. What should I be looking at to figure this out? This is the only "network" issue I have come across.
View 5 Replies
View Related
Jan 25, 2011
When I try traceroute it only gives me stars as output. For example:
Code:
me@desk:/etc/udev/rules.d$ traceroute taobao.com
traceroute to taobao.com (121.14.24.241), 30 hops max, 60 byte packets[code]....
It gives me some output when tracerouting to other computers within my network:
View 2 Replies
View Related
Dec 17, 2010
naman@naman-laptop:~$ traceroute google.co.in
google.co.in: Name or service not known
Cannot handle "host" cmdline arg `google.co.in' on position 1 (argc 1)
Then I tracked the IP address of google.com on [URL] and tried
naman@naman-laptop:~$ traceroute 74.125.77.99
traceroute to 74.125.77.99 (74.125.77.99), 30 hops max, 40 byte packets
connect: Network is unreachable
I have to use my college proxy server to connect to the Internet. When I traceroute to a host within the LAN there is no problem. What should I do to be able to traceroute to a host outside my local network?
View 2 Replies
View Related
Jan 8, 2011
how to read a Traceroute readout.
View 14 Replies
View Related
Jun 22, 2010
Why linux traceroute uses UDP protocol, we have basic ICMP protocol which is used in MS-windows tracert.Any specific use of traceroute using with UDP,TCP than ICMP?Windows is displaying all HOPs address but linux printing *.*.*
View 8 Replies
View Related
Mar 14, 2011
I am trying to traceroute to google.com
When i do it looks like this
Code:
It does this no matter what site I go to. also the 192.168.16.10 is the untangle server
The command does work for local Ips
Code:
View 2 Replies
View Related
Aug 10, 2011
As i've installed the new fedora update packets ,i've seemed to develope a strange networking problem .. Network description Fedora 15 with 3 LAN adaptors eth0 > LAN (IP address 192.168.0.254)eth1 > network connected to a pppoe conection eth2 > WAN to another provider. Ok so let's ignore eth2 because i've disable mangle(i was using trafic shifting on some ports). So now i'm using it as a simple NAT server .. so the problem is : >>my server is not responding to the traceroute command is it should .. the network works thou but this is what i get. C:UsersDUAL>tracert google.ro
[Code]...
View 3 Replies
View Related
Apr 8, 2011
As root I get the following result: ngssuse:~ # traceroute -nI 10.200.123.45
Note: the -i and -I options were exchangedfor compability with LBL traceroute Use -I for ICMP, and -i <ifname> to specify the interface name unable to create ICMP send socket: Permission denied. Is this a bug?
View 5 Replies
View Related
Jan 31, 2010
Is there some traceroute-like tool that shows ports as well as IP addresses? This is more for seeing how NAT works (on my home network) than for a practical need.
View 5 Replies
View Related
Dec 16, 2010
I've used linuxquestions.org from time to time, but never needed to register until now.An in-depth explanation of this issue is already described over here: [URL], so I will merely quote it again here - it seems nobody knows the solution over at Ubuntu's forums...:
Quote: I recently switched my home server from debian lenny to ubuntu maverick. I've managed to port all my configs and stuff and so far I'm very happy. There's one tiny thing that's griping me, that I never experienced before with debian's (older) packages/configuration... Here's the situation: My server dials up 2 pppoe (adsl) interfaces (different isp's) with split internet routes.
If I run a general traceroute to an internet IP, all the hops which are not routed via the same interface as the destination host/IP, will appear as "* * *" in the traceroute. This was never the case before and it would be preferred to see the IP's of all routers along the way regardless of whether they are routed... (I used to be able to see IP's like 10.0.0.x before through INTERNET traceroutes if they were hops along the way [IP's which would be unreachable if traced directly], and that's no longer the case) - isn't this kinda defeating the point of traceroute?
[Code]...
View 10 Replies
View Related
Feb 27, 2010
I am a new learner. I need a simple scripts that compute the average ping time for hosts, and the average number of hosts that respond to pings during a traceroute. I have finished the ping part but I confused how to start the traceroute part
Code:
#!/bin/bash
#!/bin/sh
txt=$*
count=0;
for host in $txt; do
echo $host
echo $( ping -c 3 $host | grep avg | sed 's@.*=@ rrt ave =@' | sed -r 's@ = [^/]+/([^/]+).*@= 1 ms@')
done;
View 1 Replies
View Related
Nov 3, 2010
I'm trying to use traceroute to view hop count between my machine and a specified external host but no matter what I give to it, it provides me the same output:
[Code]...
What am I doing wrong? Should I be disabling DNS caching? Is there a property I haven't set correctly? Just a small FYI, but I dual boot this computer with Win7 and it's tracert works fine. UPDATE: I also ran the command from a different network and it worked fine. I'm assuming I need a port forward then?
View 4 Replies
View Related
Feb 15, 2011
I want to give access to a student to a server in order to make repeated trials of traceroute to different hosts. We have realized that it is preferable to use the -T option, as it sends TCP packets that are less commonly blocked by firewalls. However, this option is only available to superusers, and I don't want to grant the student such privileges.
View 2 Replies
View Related
Apr 18, 2011
I ran two scans in Zenmap: 1) Quick scan plus and 2) Quick Traceroute. Quick scan plus, under the Nmap Output tab, has a field called "Network Distance". The Quick Traceroute report under the same tab lists the HOP and RTT time. I was thinking that for a given server, the value for the Network Distance would be the same as the HOP field when initiating the scans from the same server, but they are not.
View 5 Replies
View Related
Apr 5, 2011
Code: # traceroute -I 69.12.32.2 Note: the -i and -I options were exchangedfor compability with LBL traceroute Use -I for ICMP, and -i <ifname> to specify the interface name unable to create ICMP send socket: Permission denied Note that the command was done as root. This worked in 11.3.
And yes, it works without the "-I". But it should work with the "-I". One shouldn't have to boot into Windows, just to run "tracert" there.
View 9 Replies
View Related
Feb 20, 2011
when i am using traceroute command, it is giving the erro as follow: traceroute [URL]: Temporary failure in name resolution Cannot handle "host" cmdline arg [URL] on position 1 (argc 1)
View 2 Replies
View Related
Jan 8, 2010
I'm planning to download ubuntu, but I don't know if I should download the 64-bit one or the 32-bit one? My computer can handle 64-bit, has 4 gb, 320 gb harddrive. What;s the difference between 64-bit and 32-bit?
View 2 Replies
View Related
Sep 18, 2010
I've typed 'l' instead of 'ls' in the terminal by mistake a couple of times, and it seems to do pretty much - but not exactly - the same as 'ls' ('l' appends *, @ etc at the end of filenames which seem to indicate permissions and/or links).
I can't find any documentation on 'l'. 'l --help' gives exactly the same output as 'ls --help'. 'which l' gives nothing. There are no files in my filesystem called only 'l' either - just a couple of unrelated folders.
So what's the difference between l and ls?
View 2 Replies
View Related
Jun 13, 2011
I have two interfaces, Gnome and KDE. So sometimes I am asked to chose between the 2 display manager gdm (Gnome) or kdm (KDE). I've never noticed any difference. When I have problems with one I have problems with the other, and usually they both seem to function equally well. If you have ever been in a situation where one was better than the other could you please tell me about it? My question is related to troubleshooting a dual-monitor setting but this is another thread, here I'm just asking because I wish to learn a bit more about displays in general.
View 1 Replies
View Related
Jul 24, 2011
I know Ubuntu is based on solid foundation of deb. How about rpm?
Currently ubuntu supports installation using deb. Who supports rpm? red hat?
View 1 Replies
View Related
Jan 30, 2010
[URL] I am running Ubuntu 8.04.3 if I upgrade anytime the upgrade application asks me to what is the difference between 8.04.3 and 8.04.4?
View 3 Replies
View Related
Feb 19, 2010
At a Linux distribution web site there are two offerings for download
1. img.iso
2. iso
What is the difference between the two?
View 2 Replies
View Related
Jun 7, 2010
What is the difference between 0750 and 750? Not the specific numbers but the format of them. I know the difference between 750, 755, 777, 600, etc, but is there a functional difference between using a preceding zero and not using one?
View 4 Replies
View Related
Aug 11, 2010
Difference between GNOME and KDE?
View 2 Replies
View Related
Aug 13, 2010
How on Earth can you tell the difference between a packaging bug and a bug in the software? I ask because Kubuntu.org says - on it's page for upgrading to KDE 4.5:
Quote:
Bugs in packaging should be reported to kubuntu-ppa on Launchpad. Bugs in the software to KDE.
Now I don't know where to file *any* bug!
View 2 Replies
View Related
Aug 20, 2010
what is difference in file in /usr/bin and /bin
View 3 Replies
View Related