Jump to content

How to check if a port is forwarded properly?


Recommended Posts

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
Link to comment

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

Link to comment

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...