Port Test Online- SMTP Port Test, - 25 Port - 80 HTTP Port Test - Outgoing Port Test

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
  • port tester, 25 Port, smtp port test, online port test, outgoing port test, mail port test
  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

DOS and Linux Commands

Table C-1. Similar Commands Command's Purpose MS-DOS Linux Basic Linux Example...

Anonymous Port Scanning: Nmap + Tor + ProxyChains

Install Tor + Nmap + ProxyChains To perform an anonymous port scanning, we need to install the...

When does LVE manager Loading and not working?

Permission problems Similarly, wrong permissions also create problems. For instance, in one of...

rebuildhttpdconf Apache in cpanel

# cd /etc/ # mv apache2 apache2bk # yum reinstall ea-apache* -y # /scripts/rebuildhttpdconf #...