I am trying to connect to a webserver that is behind a NAT listening at port 4000.
On my webserver, using pystun (https://github.com/jtriley/pystun) and the command:
$ pystun -p 4000
I have a returned value of
NAT Type: Symmetric NAT
External IP: <ip>
External Port: 1024
But when I try to access it from http://:1024, I am not able to connet and its always stuck at waiting for response.
Is this the correct way of using STUN?