>
> from the machine mercury, run the following command.
> nmap 192.168.1.9
>

[root@mercury ~]# nmap 192.168.1.9

Starting Nmap 5.21 ( http://nmap.org ) at 2011-03-31 18:54 IST
Nmap scan report for mercury.labs.slashprog.com (192.168.1.9)
Host is up (0.000016s latency).
Not shown: 996 closed ports
PORT     STATE SERVICE
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
2222/tcp open  unknown

Nmap done: 1 IP address (1 host up) scanned in 0.15 seconds



> from the machine 192.168.1.9, run the following command.
> netstat -ltnp | grep 22
>

[root@mercury ~]# netstat -ltnp | grep 22
tcp        0      0 0.0.0.0:2222                0.0.0.0:*
LISTEN      1752/sshd
tcp        0      0 192.168.122.1:53            0.0.0.0:*
LISTEN      2008/dnsmasq


>
> Give us the outputs.
>
>
> --
> Regards,
> T.Shrinivasan
>
>
> My Life with GNU/Linux : http://goinggnu.wordpress.com
> Free/Open Source Jobs : http://fossjobs.in
>
> --
> LUG@IITD - http://lug-iitd.org/Footer
>




-- 
Regards,
Tha.Suresh

Cooool Linux Tips & Tricks,
http://gnutips.wordpress.com

My experiences with Linux are here,
http://thasulinux.wordpress.com

-- 
LUG@IITD - http://lug-iitd.org/Footer

Reply via email to