Knowledgebase

How to change VOS3000 admin client port

If you want to change vos3000 client default admin port . you can do it without changing anything on vos3000 server setting you need to just configure the iptables on server.

Below are the iptables command to change port no 7878

iptables -A PREROUTING -t nat -p tcp -m tcp –dport 1202 -j DNAT –to-destination :3720
iptables -A PREROUTING -t nat -p tcp -m tcp –dport 7878 -j DNAT –to-destination :1202
iptables -A PREROUTING -t nat -p tcp -m tcp –dport 1202 -j DNAT –to-destination :3720
iptables -A PREROUTING -t nat -p tcp -m tcp –dport 7878 -j DNAT –to-destination :1202

Now open VOS3000 Admin Client and login with port address 7878

  • Vos3000, VoIP, VoS

Was this answer helpful?

4 Users Found This Useful

Related Articles

VOS3000 2.1.2.4 Installation Vos3000 2.1.2.4 can be install on 32 bit or 64 bit Centos Linux. Before Installation we will check the following. 1- Check Linux version... How to change VOS3000 browser client port If you want to change VOS3000 browser client port address edit the following file or find server.xml file under apache-tomcat... Install vos3000 2.1.4.0 on CentOS 6.X How to install vos3000 2.1.4.0 on CentOS 6.X Follow the steps #/etc/init.d/iptables save#/etc/init.d/iptables stop#chkconfig iptables... How to change VOS3000 server sip port 5060 If you want to change vos3000 default sip port 5060 , 6060. you can change the SIP port no by editing file  softswitch.conf...