iptables -t nat -A PREROUTING -i inboundinterface -s sourceip -d destinationip -p udp --dport 5070 -j DNAT --to destinationip:5060 Or something similar. You may however found that the provider's filtering is application based rather than port based. -- Sent from my cellphone.