Difference between revisions of "Ports which should be opened"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: For server some ports should be opened: * TCP 80 - for GUI/HTTP * TCP 22 - for SSH connection * UDP 4569 - for IAX2 connection * UDP 5060, 10000-20000 - for SIP connection)
 
Line 5: Line 5:
* UDP 4569 - for IAX2 connection
* UDP 4569 - for IAX2 connection
* UDP 5060, 10000-20000 - for SIP connection
* UDP 5060, 10000-20000 - for SIP connection
You can test which ports are opened using nmap tool:
nmap -vv -P0 23.45.67.89

Revision as of 14:47, 27 December 2007

For server some ports should be opened:

  • TCP 80 - for GUI/HTTP
  • TCP 22 - for SSH connection
  • UDP 4569 - for IAX2 connection
  • UDP 5060, 10000-20000 - for SIP connection

You can test which ports are opened using nmap tool:

nmap -vv -P0 23.45.67.89