Computing.Net > Forums > Unix > how to test ports

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to test ports

Reply to Message Icon

Name: spmlm
Date: June 30, 2003 at 10:24:47 Pacific
OS: AIX 5.2
CPU/Ram: 2/2GB
Comment:

I would like to know how to test from a windows2000 workstation whether a specific port on an AIX server is accepting connections or not. For example, if I am told that the ports 80, 443 and 8088 are opened and accepting incoming connections from my network, how do I confirm that?



Sponsored Link
Ads by Google

Response Number 1
Name: Jerry Lemieux
Date: June 30, 2003 at 14:22:49 Pacific
Reply:

Why not try using a web browser since 80 and 443 are http service ports? 8088 is frequently used as an alternate http port. Point your browser at the system.

http://xxx.xxx.xxx.xxx
https://xxx.xxx.xxx.xxx
http://xxx.xxx.xxx.xxx:8088

You can also try to telnet to port 80 or port 8088 on the system. If the port is open, you will probably get this:

telnet localhost 80
Trying 127.0.0.1...
Connected to NSA.
Escape character is '^]'.

That's as far as you'll get. If you are going through a firewall, the telnet might not work.

Jerry


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: how to test ports

How to do unit testing of Daemons www.computing.net/answers/unix/how-to-do-unit-testing-of-daemons/3465.html

How to determine file exist or not? www.computing.net/answers/unix/how-to-determine-file-exist-or-not/3976.html

Move x11 from 6000 to another port www.computing.net/answers/unix/move-x11-from-6000-to-another-port/3651.html