Operating System - HP-UX
1753259 Members
5388 Online
108792 Solutions
New Discussion юеВ

no connection or timeout on a ssh connection on a vpar

 
SOLVED
Go to solution
pedliz11
Frequent Advisor

no connection or timeout on a ssh connection on a vpar

i seem to be getting a timeout or no connection when i connect to a vpar on a specfiic port
ie.... 5001,5002 ..6000.. Does anyone have an idea what i should look at in this situaton
2 REPLIES 2
skt_skt
Honored Contributor
Solution

Re: no connection or timeout on a ssh connection on a vpar

what is this port used for? is it defined (like /etc/services)?Are they listening(netstat -an|grep port)? is that port open?(it is easy to scan from form a linux server if nmap is avaialable;## /usr/bin/nmap -v -p portno IPADDRESS)

e:g:-
for open ports

Port State Service
9100/tcp open jetdirect

For closed ports

Port State Service
9100/tcp filtered jetdirect
Geoff Wild
Honored Contributor

Re: no connection or timeout on a ssh connection on a vpar

Another way to check:

netstat -an |grep LISTEN

netstat -an |grep 5001

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.