• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

For OGR is there a reason NOT to use port 80?

Eug

Lifer
I'm using 80 for 4 computers at work with no problems (via Mika's). I'm using 2064 at home. It just occurred to me that I have no idea why we are told to use 2064. Why not just minimize the number of ports open? Is there any issue with personal firewalls with 2064?
 
Port 2064 is the default port for keyproxies/servers. Port 80 is the official port for webservers, but is sometimes also used by keyproxies to allow people behind strict firewalls to flush their blocks (port 80 is usually not blocked by firewalls because it's mainly used for websurfing).
If a keyproxy is running on port 80 this also means it can't run a webserver on the same port (to show stats etc.).
So that's the main reason for using another port.
Also those ports are open on the server not on your client computers, so it doesn't introduce any extra security risk.
 
Back
Top