I have made a simple server running locally using tcplisten and it works fine over local network e.g. (127.0.0.11:8888).
But how do I now receive connections to the server from the internet, what ip and port do I set??
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few things you need to do:
1) Log in to your Router and set up port forwarding:
2) Add an exception to your firewall to allow TCP traffic from your desired port.
3) Find out the public IP address of your router (try http://www.myipaddress.com) and attempt to connect to your server using that address.
That should be all you need to do.