Displaying 1 result from an estimated 1 matches for "48059b7c".
2016 Oct 15
5
iptables for SIP talk to other port
I have a host 192.168.1.3 that wants to run SIP on 5068 (long story).
My host is 192.168.10.201.
My host needs to stay on 5060 because of all the other devices I have
connected.
I tried putting port=5068 in my SIP extension definition but that did not
work.
So I thought about using iptables to accomplish this:
iptables -t nat -A PREROUTING -p tcp --dport 5068 -j
REDIRECT