Aug 8, 2006 #1 h3nd Programmer Jul 1, 2006 147 AU Hi guys, I need to telnet from one server to another server and I need to make sure that there are particular ports are opened. The question is what command to tell that particular port numbers are opened or not ? Thx guys
Hi guys, I need to telnet from one server to another server and I need to make sure that there are particular ports are opened. The question is what command to tell that particular port numbers are opened or not ? Thx guys
Aug 9, 2006 #2 Annihilannic MIS Jun 22, 2000 6,317 AU netstat -a and look for LISTEN. Annihilannic. Upvote 0 Downvote
Aug 9, 2006 #3 KarveR MIS Dec 14, 1999 2,065 GB nmap -O server IP ______________________________________________________________________ There's no present like the time, they say. - Henry's Cat. Upvote 0 Downvote
nmap -O server IP ______________________________________________________________________ There's no present like the time, they say. - Henry's Cat.