- Joined
- Dec 23, 2013
- Messages
- 1
- Reaction score
- 0
We have a new install of 3CX on a Server 2008R2 box on VMware. The gateway is a Juniper SRX100 firewall. When I run the firewall checker everything fails however I can see on the firewall that there are sessions to port 5060.
I also have the following errors in the Server activity log "STUN server could not be reached"
I've configured static NAT between the public IP and the Private IP, the Windows Firewall has been switched off and I also tried a rule effectively putting the 3CX server IP into a DMZ but it still fails all tests.
I've followed the guide for ports to open as per below
application 5060tcp {
protocol tcp;
destination-port 5060;
}
application 5060udp {
protocol udp;
destination-port 5060;
inactivity-timeout 129600;
}
application 5090tcp {
protocol tcp;
destination-port 5090;
}
application 5090udp {
protocol udp;
destination-port 5090;
}
application 9000-9049 {
protocol udp;
destination-port 9000-9049;
inactivity-timeout 86400;
}
application 9000 {
protocol tcp;
destination-port 9000;
}
application 5000 {
protocol tcp;
destination-port 5000;
I'd really appreciate any advice, Thanks. Oliver.
I also have the following errors in the Server activity log "STUN server could not be reached"
I've configured static NAT between the public IP and the Private IP, the Windows Firewall has been switched off and I also tried a rule effectively putting the 3CX server IP into a DMZ but it still fails all tests.
I've followed the guide for ports to open as per below
application 5060tcp {
protocol tcp;
destination-port 5060;
}
application 5060udp {
protocol udp;
destination-port 5060;
inactivity-timeout 129600;
}
application 5090tcp {
protocol tcp;
destination-port 5090;
}
application 5090udp {
protocol udp;
destination-port 5090;
}
application 9000-9049 {
protocol udp;
destination-port 9000-9049;
inactivity-timeout 86400;
}
application 9000 {
protocol tcp;
destination-port 9000;
}
application 5000 {
protocol tcp;
destination-port 5000;
I'd really appreciate any advice, Thanks. Oliver.