Difference between revisions of "Ports which should be opened"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 5: | Line 5: | ||
* TCP 25/465 - for SMTP / SMTP over SSL (TLS) | * TCP 25/465 - for SMTP / SMTP over SSL (TLS) | ||
* UDP 4569 - for IAX2 connection | * UDP 4569 - for IAX2 connection | ||
* UDP 5060, 10000-20000 - for SIP connection | * UDP 5060 to 5070, 10000-20000 - for SIP connection | ||
* TCP/UDP 123 - Network Time Protocol | * TCP/UDP 123 - Network Time Protocol | ||
* TCP/UDP 1720 - for H.323 Protocol | * TCP/UDP 1720 - for H.323 Protocol |
Revision as of 10:27, 12 August 2011
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 to 5070, 10000-20000 - for SIP connection
- TCP/UDP 123 - Network Time Protocol
- TCP/UDP 1720 - for H.323 Protocol
You can test which TCP ports are opened using nmap tool:
nmap -vv -P0 your MOR server's IP address