/
Allowing Concert to work with other UDP and TCP ports other than 6001
Allowing Concert to work with other UDP and TCP ports other than 6001
Most Clear-Com IP products either use easily configured TCP/UDP ports, or must use a range to perform their functions.
Concert only uses one port (6001) for data and audio to/from clients, but it is not easily configurable. We can use the built-in Concert server firewall to internally redirect additional ports to 6001, allowing more ports to be used.
At the command prompt (or in the Terminal application in Desktop mode) add the following:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 6002-j REDIRECT --to-port 6001iptables -t nat -A PREROUTING -i eth0 -p udp --dport 6002-j REDIRECT --to-port 6001
In this example, 6002 can now be used by Concert clients. To use the second network card, change eth0 to eth1.
A port which may be open is 443. Do not use port 80, as this is used by the web GUI.
Concert only uses one port (6001) for data and audio to/from clients, but it is not easily configurable. We can use the built-in Concert server firewall to internally redirect additional ports to 6001, allowing more ports to be used.
At the command prompt (or in the Terminal application in Desktop mode) add the following:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 6002-j REDIRECT --to-port 6001iptables -t nat -A PREROUTING -i eth0 -p udp --dport 6002-j REDIRECT --to-port 6001
In this example, 6002 can now be used by Concert clients. To use the second network card, change eth0 to eth1.
A port which may be open is 443. Do not use port 80, as this is used by the web GUI.
, multiple selections available,
Related content
Concert: What TCPIP port numbers are used within the Concert system.
Concert: What TCPIP port numbers are used within the Concert system.
More like this
IP-Concert: How do I setup the firewall on the Concert server?
IP-Concert: How do I setup the firewall on the Concert server?
More like this
IP Concert: Can I use Telnet to check if the Concert TCP port 6001 is open on my firewall
IP Concert: Can I use Telnet to check if the Concert TCP port 6001 is open on my firewall
More like this
Concert: Concert Client 2.6 simple audio settings
Concert: Concert Client 2.6 simple audio settings
More like this
IP-Concert: My IT department changed our network switches and our Concert Clients no longer connect
IP-Concert: My IT department changed our network switches and our Concert Clients no longer connect
More like this
IP Concert: How do the new Concert 2.7 licences work?
IP Concert: How do the new Concert 2.7 licences work?
More like this
CAN'T FIND YOUR ANSWER? CLICK HERE TO CONTACT SUPPORT
This solution was provided by Clear-Com via a question submitted to us by customers like you. If you wish to share with us a new solution or update an old one, please follow this link..
The information on this page is owned by Clear-Com and constitutes Clear-Com’s confidential and proprietary information, may be used solely for purposes related to the furtherance of Clear-Com’ business and shall not be disclosed, distributed, copied or disseminated without Clear-Com’s prior written consent. Click Here for Clear-Com's privacy statement.