biosboy4 Posted September 28, 2016 Share Posted September 28, 2016 As I was staring deep into my computer screen, something hit me; here it goes. Â As this project matures, more and more Intersect gameservers will get ported to the world. I just want to take a brief moment to go over a couple of implications: Â port# 4500 is a non-privileged port, meaning that it can be opened by non-root processes. That being said, it would be impossible to know what is listening on the other side of that port since any guest process could hi-jack it. Â When going live with your server, please consider using a privileged port. (port numbers 1024 and below). This way the listening service cannot be hi-jacked without the root password and so your server should "remain at the other end of the line" unless root itself says otherwise. Â Also, I would recommend remotely accessing your server via a vpn tunnel so that you can do so via the local network. Porting ssh or vnc is not the proper way to do it. Â Best Regards, Â biosboy4 Â Â Â Â Â hra 1 Link to comment Share on other sites More sharing options...
Aesthetic Posted October 10, 2016 Share Posted October 10, 2016 Sticky? This is so important, a lot of developers seasoned or not forget the importance of using a privileged port for their servers. hra 1 Link to comment Share on other sites More sharing options...
hra Posted October 10, 2016 Share Posted October 10, 2016 Absolutely needs to be a sticky thread. 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