I have read many posts but i am not able to handle it.
How to forward port if the wan address is dynamic (pppoe)?
Code: Select all
add action=dst-nat chain=dstnat disabled=no dst-port=8888 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.88.10 to-ports=8888
Thank you in advance.