Jump to content

help connecting to my tcp server via public ip


Recommended Posts

hello

using the udf examples, i built out a client/server to understand tcp and how to send and receive stuff. it works on the local network fine. to get it working with my public up, this will just require port forwarding and then reserving my ip since it has dhcp? anything else?

i can never remember my router login so i'm just wanting to learn all the requirements first before i reset it so i can login and change things.

thanks

Link to comment
Share on other sites

  • Developers
47 minutes ago, lIlIIlIllIIIIlI said:

this will just require port forwarding and then reserving my ip since it has dhcp? anything else?

Correct (and this is based on the limited info given! ;) )

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

9 minutes ago, ViciousXUSMC said:

DDNS, Port Forwarding, and hope you don't get hacked! :)

A better alternative might be a VPN

is there a risk in using my server using the port provided in the udf, for just sending strings and such? i thought the dangers come from the programs listening to the ports having a vulnerability. i really dont know much about the internet

 

thanks @Jos

Link to comment
Share on other sites

There is no risk other than the risk you create. If you only open your PC's IP ( let's call it 192.168.9.123 ) to port 2088. Anything from the internet is going to be directed to 192.168.9.123:2088 and that's not a vulnerability, just a redirection so don't be freaked out.
Anything you send/receive can and will be used against you in a court of law the internet, so don't send clear text.

And that's that. So have fun and learn some new ...  stuff :)

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

  • Developers
1 hour ago, lIlIIlIllIIIIlI said:

is there a risk in using my server using the port provided in the udf, for just sending strings and such? i thought the dangers come from the programs listening to the ports having a vulnerability. i really dont know much about the internet

You asking this question is the biggest risk as you clearly don't yet know what you are getting into! ;) 

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...