Date: 4/2/2014 |
|
|
To see what ports are open, run command
Similarly,
Also, the processes responsible for the open ports can be identified with
Syntax of lsof:
Exercise SSH to smbhost VM, become root, and run lsof to see the open internet ports:
You should see the ports opened for the following services: dhclient3, udp/68, sshd, tcp/22. If you have installed Samba in the previous class, you should also see the Samba related services with their ports, such as smbd, tcp/137,138,139, tcp/445, and nmbd, udp/136,138.
|
|