Hi Guys,<div><br></div><div>I have tried every single rule I could into iptables but I can't register this VPS to a provider Spikko. Finally I did an iptable accept on INPUT, OUTPUT, and FORWARD, for ports 0:65000 just to test things and still I can't register to the provider.</div>
<div><br></div><div>I can easily register to another provider which uses port 5060 and I can make calls. But sip show registry only show Request Sent for registry and there are 6 tries of Invite and then call fails.</div>
<div><br></div><div>Following is the iptables info:</div><div><br></div><div><div>[root@tel ~]# service iptables status</div><div>Table: nat</div><div>Chain PREROUTING (policy ACCEPT)</div><div>num target prot opt source destination</div>
<div><br></div><div>Chain POSTROUTING (policy ACCEPT)</div><div>num target prot opt source destination</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>num target prot opt source destination</div>
<div><br></div><div>Table: mangle</div><div>Chain PREROUTING (policy ACCEPT)</div><div>num target prot opt source destination</div><div><br></div><div>Chain INPUT (policy ACCEPT)</div><div>num target prot opt source destination</div>
<div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>num target prot opt source destination</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>num target prot opt source destination</div>
<div><br></div><div>Chain POSTROUTING (policy ACCEPT)</div><div>num target prot opt source destination</div><div><br></div><div>Table: filter</div><div>Chain INPUT (policy ACCEPT)</div><div>num target prot opt source destination</div>
<div>1 ACCEPT tcp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> tcp dpts:0:65000</div><div>2 ACCEPT udp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> udp dpts:0:65000</div>
<div>3 ACCEPT all -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> state RELATED,ESTABLISHED</div><div>4 ACCEPT all -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a></div>
<div>5 ACCEPT icmp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> icmp type 8</div><div><br></div><div>Chain FORWARD (policy ACCEPT)</div><div>num target prot opt source destination</div>
<div>1 ACCEPT udp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> udp dpts:0:65000</div><div>2 ACCEPT tcp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> tcp dpts:0:65000</div>
<div>3 ACCEPT all -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> state RELATED,ESTABLISHED</div><div><br></div><div>Chain OUTPUT (policy ACCEPT)</div><div>
num target prot opt source destination</div><div>1 ACCEPT udp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> udp dpts:0:65000</div><div>
2 ACCEPT tcp -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> tcp dpts:0:65000</div><div>3 ACCEPT all -- <a href="http://0.0.0.0/0">0.0.0.0/0</a> <a href="http://0.0.0.0/0">0.0.0.0/0</a> state NEW,RELATED,ESTABLISHED</div>
</div><div><br></div><div><br></div><div>Thanks,</div><div>Bruce</div>