Outgoing port tester

This server listens on all TCP ports, allowing you to test any outbound TCP port.

You have reached this page on port 80.

Your network allows you to use this port. (Assuming that your network is not doing advanced traffic filtering.)

Network service: http
Your outgoing IP: 117.210.149.157

Test a port using a command

$ telnet portquiz.net 80 
Trying ...
Connected to portquiz.net.
Escape character is '^]'.
$ nc -v portquiz.net 80 
Connection to portquiz.net 80 port [tcp/daytime] succeeded!
$ curl portquiz.net:80 
Port 80 test successful!
Your IP: 117.210.149.157
$ wget -qO- portquiz.net:80 
Port 80 test successful!
Your IP: 117.210.149.157
Was this answer helpful? 0 Users Found This Useful (0 Votes)