Difference between revisions of "Ports which should be opened"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
For server some ports should be opened:
For server some ports should be opened '''or forwarded''' to MOR server:


* TCP 80 - for GUI/HTTP
* TCP 80 - for GUI/HTTP

Revision as of 13:25, 14 May 2009

For server some ports should be opened or forwarded to MOR server:

  • TCP 80 - for GUI/HTTP
  • TCP 22 - for SSH connection
  • TCP 25/465 - for SMTP / SMTP over SSL (TLS)
  • UDP 4569 - for IAX2 connection
  • UDP 5060, 10000-20000 - for SIP connection


You can test which TCP ports are opened using nmap tool:

nmap -vv -P0 23.45.67.89

https://www.virtualizationhero.com/docs/manuals/linux/RHL-9-Manual/security-guide/s1-server-ports.html