- Joined
- Jul 25, 2020
- Messages
- 2
- Reaction score
- 0
Dear All,
Try to install v16.0.619 on Debian-9.4-x86_64. My current VPS vendor doesn't support 3CX Debian ISO install. I can only install with the following instruction command:
https://www.3cx.com/docs/manual/installing-debian-linux-pbx/
After that, Finished to Run the firewall checker, ALL pass with green color response “done"
Review the firewall configuration of following link:
https://www.3cx.com/docs/manual/firewall-router-configuration/
In part of "Configure the Ports for your SIP Trunk / VoIP Provider" & "Configure the Ports for Remote 3CX Apps"
May i know the setup command of the Debian for the following part? i am beginner of linux
1 Configure the Ports for your SIP Trunk / VoIP Provider
- Port 5060 (inbound, UDP) for SIP communications.
- Port 9000-10999 (inbound, UDP) for RTP (Audio) communications
2. Configure the Ports for Remote 3CX Apps
- Port 5090 (inbound, UDP and TCP) for the 3CX tunnel.
- Port 443 or 5001 (inbound, TCP) HTTPS for Presence and Provisioning, or the custom HTTPS port you specified.
- Port 443 (outbound, TCP) for Google Android Push.
- Port 2195, 2196 (outbound, TCP) for Apple iOS Push.
Btw, is it necessary to Disable SIP ALG in my case of installation 3CX on Debian VPS?
i checked the current status firewall lists below:
----------------------------
root@xxxxxxxxx:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere sip.mcast.net
ACCEPT tcp -- anywhere anywhere multiport dports 5000,5001,sip,sip-tls,5090 tcp flags:FIN,SYN,RST,ACK/SYN ctstate NEW
ACCEPT udp -- anywhere anywhere multiport dports sip,5090
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
------------------------------
Thank you for advise
Try to install v16.0.619 on Debian-9.4-x86_64. My current VPS vendor doesn't support 3CX Debian ISO install. I can only install with the following instruction command:
https://www.3cx.com/docs/manual/installing-debian-linux-pbx/
After that, Finished to Run the firewall checker, ALL pass with green color response “done"
Review the firewall configuration of following link:
https://www.3cx.com/docs/manual/firewall-router-configuration/
In part of "Configure the Ports for your SIP Trunk / VoIP Provider" & "Configure the Ports for Remote 3CX Apps"
May i know the setup command of the Debian for the following part? i am beginner of linux
1 Configure the Ports for your SIP Trunk / VoIP Provider
- Port 5060 (inbound, UDP) for SIP communications.
- Port 9000-10999 (inbound, UDP) for RTP (Audio) communications
2. Configure the Ports for Remote 3CX Apps
- Port 5090 (inbound, UDP and TCP) for the 3CX tunnel.
- Port 443 or 5001 (inbound, TCP) HTTPS for Presence and Provisioning, or the custom HTTPS port you specified.
- Port 443 (outbound, TCP) for Google Android Push.
- Port 2195, 2196 (outbound, TCP) for Apple iOS Push.
Btw, is it necessary to Disable SIP ALG in my case of installation 3CX on Debian VPS?
i checked the current status firewall lists below:
----------------------------
root@xxxxxxxxx:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere sip.mcast.net
ACCEPT tcp -- anywhere anywhere multiport dports 5000,5001,sip,sip-tls,5090 tcp flags:FIN,SYN,RST,ACK/SYN ctstate NEW
ACCEPT udp -- anywhere anywhere multiport dports sip,5090
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
------------------------------
Thank you for advise