<div dir="ltr">I have a host 192.168.1.3 that wants to run SIP on 5068 (long story).<div>My host is 192.168.10.201.</div><div>My host needs to stay on 5060 because of all the other devices I have connected.</div><div><br></div><div>I tried putting port=5068 in my SIP extension definition but that did not work.</div><div><br></div><div>So I thought about using iptables to accomplish this:</div><div><br></div><div><div>iptables -t nat -A PREROUTING  -p tcp --dport 5068                -j REDIRECT --to-port 5060</div><div>iptables -t nat -A POSTROUTING -p tcp --dport 5060 -d 192.168.1.3 -j REDIRECT --to-port 5068</div></div><div><br></div><div><br></div><div>Do I not have the right format of the command?</div><div>Anything incoming destined for 5068 redirect to 5060...</div><div>Anything going out to 192.168.1.3 and port 5060 redirect to 5068.</div><div><br></div><div>Seems like that should have worked?</div><div><br></div><div>Thoughts?  sip show peers still says unreachable.</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerry</div></div>