Jango40 Posted September 28, 2016 Posted September 28, 2016 I want to test if the 7777 port works properly, or if I'm having a different problem entirely.
Futuza Posted September 28, 2016 Posted September 28, 2016 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
Raz0r Posted September 30, 2016 Posted September 30, 2016 In windows you can check currently active ports by opening the resource monitorSounds 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
Futuza Posted October 3, 2016 Posted October 3, 2016 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 -ntulpYou 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now