- Joined
- Jul 2, 2017
- Messages
- 23
- Reaction score
- 1
can the firewall checker be run on the command line with more verbosity? I'm getting pretty much complete failure with it.
packet capture is run on 3cx and on the firewall internal and external interfaces
packet capture shows that stun and alg servers are being resolved, but I never see a connection attempt to either
I can connect to my sip provider and receive calls. Just no audio, which would indicate potentially a problem with the udp ports not being forwarded, but I want to make sure the firewall checker can run before testing any further.
firewall is iptables. I can telnet from outside to the static ip port 5060 and 5090 and get to the 3cx server, udp rules are identical to the tcp rules except of course the proto and port.
I'm really trying to figure out what the firewall checker is doing since packet capture seems to show it doing nothing, this way I can see what might be broken in my config
packet capture is run on 3cx and on the firewall internal and external interfaces
packet capture shows that stun and alg servers are being resolved, but I never see a connection attempt to either
Code:
resolving 'stun-us.3cx.com'... done
resolving 'stun2.3cx.com'... done
resolving 'stun3.3cx.com'... done
resolving 'sip-alg-detector.3cx.com'... done
testing 3CX PhoneSystem 01 SIP Server... failed (How to resolve?)
stopping service... done
detecting SIP ALG... failed (How to resolve?)
testing port 5060... not reachable (How to resolve?)
starting service... done
testing 3CX PhoneSystem Media Server... failed (How to resolve?)
stopping service... done
testing port 5090... not reachable (How to resolve?)
testing ports [9000..9398]... failed (How to resolve?)
I can connect to my sip provider and receive calls. Just no audio, which would indicate potentially a problem with the udp ports not being forwarded, but I want to make sure the firewall checker can run before testing any further.
firewall is iptables. I can telnet from outside to the static ip port 5060 and 5090 and get to the 3cx server, udp rules are identical to the tcp rules except of course the proto and port.
I'm really trying to figure out what the firewall checker is doing since packet capture seems to show it doing nothing, this way I can see what might be broken in my config



