Jump to content

How to check if a port is forwarded properly?


Recommended Posts

Posted

Receiving or sending through the port?

 

This is a pretty good external service to see if the specified IP has open ports or not: http://www.canyouseeme.org/

In windows you can check currently active ports by opening the resource monitor (open task manager -> performance tab -> Open Resource Monitor -> network tab -> tcp connections and listening ports

Smoo likes this

JKG Developer

Posted

In windows you can check currently active ports by opening the resource monitor

Sounds like that will only show which processes are listening on ports, not able to show if there are any firewalls or routers allowing traffic from the interwebs.

Linux equivalent would be: netstat -ntulp

Smoo likes this
Posted

Sounds like that will only show which processes are listening on ports, not able to show if there are any firewalls or routers allowing traffic from the interwebs.

Linux equivalent would be: netstat -ntulp

You can see if there's packets actually being sent/received and associated latency which would tell you if it's working.

 

If that's still not enough you could always grab wireshark...

Smoo likes this

JKG Developer

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...