Interesting ports on 192.168.1.76:
Not shown: 998 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.2 (protocol 2.0)
62078/tcp open tcpwrapped
I see tcpwrapper once in a while as a service, what does it mean?
|
feedback
|
|
I'm assuming that's an nmap scan or similar. TCP Wrapper is a client side software solution for Linux/BSD machines which provides firewall features. It monitors all incoming packets to the machine and if an external node attempts to connect, the software checks to see if the node is authorized based on various criteria you can specify. | ||||
|
feedback
|