
- #How to use telnet with network sstorage software
- #How to use telnet with network sstorage mac
- #How to use telnet with network sstorage windows
Telnet is more secure than RSH, as secure as FTP, and less secure than SSH or Secure Socket Layer (SSL). Telnet is used for administrative control of your storage system and uses TCP connections on port 23.

#How to use telnet with network sstorage software
This port appears in a port scan only if the SecureAdmin software is installed on your storage system. Secure Shell (SSH) protocol is a secure replacement for RSH and runs on TCP port 22. Some ports appear in a port scan but are not listed in the /etc/services file, for example, TCP ports 22 and 443.įile Transfer Protocol (FTP) uses TCP ports 20 and 21. Some ports on the storage system are NFS-enabled. The NNTP and TTCP ports are not used by your storage system and should never be detected by a port scanner. There are several services that are not currently listed in the /etc/services file.
#How to use telnet with network sstorage windows

Ports are used to allow an specific application to talk to an IP address. The router has a telnet server running (application) that accepts communications on port 23. The router will once again see the IP address of the packet is the same as the routers IP address so it strips the IP address off and finds the telnet application
#How to use telnet with network sstorage mac
The router will then stip the MAC address of and check the IP address The router will see the MAC address and realize that packet is trying to access its mac address. This frame will then be sent on the wire to the router. Once you know the MAC address that will encapsulate the IP address and Telnet application. With the IP you now have the logical address of the Router, but you will need the MAC (layer 2) in order to communicate to the Routers NIC card. That information will then be encapsulated around the telnet applicaiton In order to send information to the router you will need the IP address (layer 3) of the Router. The telnet application is not being run at layer 2 and 3.
