Hi guys,
I am using CISCO Jabber 12.5.1 and OPENVPN.
A problem perplex me is that when i connected OPENVPN , i cannot call outside numbers but only inside.
I tried adding the following ports mentioned in Jabber documents to OPENVPN server but it doesn't help.
sudo iptables -I INPUT -p udp --dport 69 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 2000 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 2443 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 2445 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 3804 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 5060:5061 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 5060:5061 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 6970 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 16384:32767 -j ACCEPT
Any idea about this? Thanks a lot.