Airlink MP70 OpenVPN IP routing

Hi Everyone,
Is there any in depth guide for OpenVPN setup on airlink routers? ALEOS software configuration guide doesn’t help much. I can able to configure OpenVPN client and connect to the server but I can’t find any way to do IP routing?
Below is the part of OpenVPN script we use on other brand router for IP routing. Is there any way to achieve this on Airlink MP70?

STARTUP=iptables -t nat -D PREROUTING -d ‘10.2.200.0/24’ -j NETMAP --to ‘10.126.34.0/24’
STARTUP=iptables -t nat -I PREROUTING -d ‘10.2.200.0/24’ -j NETMAP --to ‘10.126.34.0/24’
STARTUP=iptables -t nat -D POSTROUTING -s ‘10.126.34.0/24’ -j NETMAP --to ‘10.2.200.0/24’
STARTUP=iptables -t nat -I POSTROUTING -s ‘10.126.34.0/24’ -j NETMAP --to ‘10.2.200.0/24’

Hi @yuzguc,
Please refer to the topic below for more detail. Let feel free to share any concerns you have and help tick Solution if my response is helpful to you

Thanks

1 Like