Friday 13 September 2013

Solaris - using Telnet

Telnet usage:

Check to see if it is running:
# svcs -a | grep telnet
online          8:43:36 svc:/network/telnet:default

If the response back is offline then bring it online:
# svcadm -v enable -r telnet

Now you can use telnet:
# telnet <IP or name> <port>

Example:
# telnet solserver1 135

To exit the session:
CTRL followed by ]

To quit from the telnet> prompt:
q

Further information can be found at:
# telnet man
http://www.unix.com/unix-dummies-questions-answers/1215-how-use-telnet.html

No comments:

Post a Comment