Wednesday, March 15, 2017

Installing Traceroute package on Ubuntu Linux



1) Download the package and Install it
root@lnxvra001:~# sudo apt-get install traceroute
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  traceroute
0 upgraded, 1 newly installed, 0 to remove and 126 not upgraded.
Need to get 57.0kB of archives.
After this operation, 205kB of additional disk space will be used.
0% [Connecting to us.archive.ubuntu.com]
0% [Connecting to us.archive.ubuntu.com]^C
root@lnxvra001:~#


2) Telnet does not work by default on Ubuntu Systems, Use the below command to check the ports on specific host/server.

root@lnxvra001:/var/tmp# nc -zv 10.254.51.27 1501
Connection to 10.254.51.27 1501 port [tcp/*] succeeded!

No comments:

Post a Comment