Created on ‎10-13-2008 01:25 AM
The following ports need to be open: 5060 TCP & UDP 10000 – 20000 UDPHowever in the 3CX system you can restrict the number of ports being used, for testing I set this to 9000 to 9001 UDP. The firewall test fails with : 1 9000 Error (4) The STUN server returned an ip which is not accessible from outside. addrFromSTUN = 84.45.179.66:55492 2 9000 Error (6) An incompatible NAT configuration has been detected. Please check FAQ for further information. addrFromAgent = 84.45.179.66:55494addrFromSTUN = 84.45.179.66:55492 3 9000 Warning (8) Local port is not blocked from outside. STUN server has returned global port different from the local one, but the local port is also accessible from outside. 4 9000 Error (10) Port is open, but port number has been changed during NAT translation. THIS ERROR means you have Symmetric NAT and you do not have STATIC PORT MAPPINGS in place. 3CX Phone System will not communicated correctly with your VOIP provider or external extensions. See this FAQ: http://www.3cx.com/support/firewal-checker.html externalAddress = 84.45.179.66:55492 The solution from 3CX was to upgrade to a better firewall such as a Draytek(!) The solution appears to be to use " Full Cone NAT" or basically a Virtual IP to forward all the ports from a given external IP address to the LAN address 172.16.1.21. The problem I have is the external address 84.45.179.66 is being used for a SMTP VIP as well. Is there anyway to make traffic from a given internal IP (172.16.1.21) to go out via a different external IP address ? All my interfaces are currently in use and the WAN1 is the only interface on the 84.45.179.X network. Or do I have to move my DNS entries for e-mail ? Hope this makes some sense.
Created on ‎10-15-2008 07:26 AM
Created on ‎10-15-2008 08:03 AM
The most expensive and scarce resource for man is time, paradoxically, it' s infinite.
config firewall profile
edit " SIP"
set log-voip enable
set ftp splice
unset http
unset https
set imap fragmail spamfssubmit
set pop3 fragmail spamfssubmit
set smtp fragmail spamfssubmit splice
set pop3-spamtagtype subject
set nntp no-content-summary
unset im
config sip
set status enable
set invite-rate 10
set nat-trace disable
set register-rate 10
end
set ftgd-wf-options strict-blocking
set ftgd-wf-https-options strict-blocking
next
end
config firewall vip
edit " SIP"
set extip 99.99.99.99
set extintf " wan1"
set mappedip 192.168.1.1
next
config firewall policy
edit XX
set srcintf " wan1"
set dstintf " internal"
set srcaddr " all"
set dstaddr " SIP"
set action accept
set schedule " always"
set service " SIP"
set profile-status enable
set profile " SIP"
next
end
Search : 3CX VOIP SIP PBX
| User | Count |
|---|---|
| 2712 | |
| 1416 | |
| 810 | |
| 732 | |
| 455 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.