This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2SX: Port forwarding in arago linux

Part Number: TDA2SX

Hello,

We desire to work with streaming application (using UART modem, "ping google.com" is successful). For this purpose we wish to forward port 80 and 554 for the connected ip camera. 

Upon trying to run the following, option dport is not recognized

root@dra7xx-evm:~# iptables -t nat -A PREROUTING -p tcp -i ppp0 --dport 8001 -j DNAT --to-destination 192.168.1.200:8080


root@dra7xx-evm:~# iptables v1.8.2 (legacy): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.

Having tried to run the on same on ubuntu host, the command is successful even though the iptables version was 1.4.21

We made several attempts for port forwarding but unsuccessful

Please help on this. Any workaround or known methods to achieve port forwarding are welcome.

Thanks,

Eshwar J