- Joined
- Mar 14, 2019
- Messages
- 44
- Reaction score
- 8
I am trying to deploy a new SBC running on windows 2012. when I try to start the service, it fails and I see this in the log:
I noticed I am unable to ping the fqdn, but that's just icmp. The relevant ports are open and communicate (tested with port-checker). That said, running a ping on the fqdn DOES return the correct public IP of the PBX so I'm confident DNS isn't the issue, and as I said portchecker shows ALL the relevant ports including 5060 and 5090 are open.
Portchecker DOES report ports 5060 and 5090 are closed on the public IP of the SBC, but I followed this guide for the firewall: Link, and windows firewall is off entirely. I suspect portchecker is simply not getting a response from the server because the sbc service is down... right?
anyone?
Code:
ERR | 20190531-095138.508 | 3CXTunnel | TUNL | 3592 | TunnelTcp.cpp:165 | Failed to resolved DNS SRV record for tunnel connection to [FQDN]
ERR | 20190531-095148.571 | 3CXTunnel | TUNL | 3592 | TunnelTcp.cpp:184 | Failed to resolve host name [FQDN]
ERR | 20190531-095148.571 | 3CXTunnel | TUNL | 3592 | TunnelTcp.cpp:232 | Failed to resolve connection [FQDN]
I noticed I am unable to ping the fqdn, but that's just icmp. The relevant ports are open and communicate (tested with port-checker). That said, running a ping on the fqdn DOES return the correct public IP of the PBX so I'm confident DNS isn't the issue, and as I said portchecker shows ALL the relevant ports including 5060 and 5090 are open.
Portchecker DOES report ports 5060 and 5090 are closed on the public IP of the SBC, but I followed this guide for the firewall: Link, and windows firewall is off entirely. I suspect portchecker is simply not getting a response from the server because the sbc service is down... right?
anyone?