lIlIIlIllIIIIlI Posted May 26, 2021 Share Posted May 26, 2021 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 More sharing options...
Developers Jos Posted May 26, 2021 Developers Share Posted May 26, 2021 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 More sharing options...
ViciousXUSMC Posted May 26, 2021 Share Posted May 26, 2021 DDNS, Port Forwarding, and hope you don't get hacked! A better alternative might be a VPN Link to comment Share on other sites More sharing options...
lIlIIlIllIIIIlI Posted May 26, 2021 Author Share Posted May 26, 2021 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 More sharing options...
argumentum Posted May 26, 2021 Share Posted May 26, 2021 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted May 26, 2021 Developers Share Posted May 26, 2021 (edited) 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 May 26, 2021 by Jos TheXman and Earthshine 2 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 More sharing options...
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