Xentrk
Part of the Furniture
x3mRouting does not have support for port routing at this time. It is something I had considered adding in a future release though. I'm am close to launching the new version. I'll take a look at it this weekend to see if I can add the feature in the new version before the go-live.I just registered and I am a complete newbie when it comes to networking so please excuse my ignorance.
I have a RT-AX88U router with merlin firmware on it and even managed to get the VPN client to work nicely.
What I would like is to route some specific ports from a certain local IP to WAN side instead of VPN (the other ports continue to go through VPN), can this be done with this script?
I have googled intensively but most instructions is "make a script!" and then the conversation ends.
Problem is I would need someone to hold my hand through the entire process for that to work, and that is why I am now asking here.
Thanks
In the meantime, this post in the wiki explains how to set up port routing.
https://github.com/RMerl/asuswrt-merlin.ng/wiki/Policy-based-Port-routing-(manual-method)
https://github.com/RMerl/asuswrt-merlin.ng/wiki/User-scripts will explain more about scripts on asuswrt-merlin.
You can google "basic linux commands" to learn enough to get by. You need a good SSH client. You can google for reviews. I use MobaXterm. Some use Putty. MobaXterm has an built-in editor. I also installed the entware package openssh-sftp-server so I can use the SFTP feature of MobaXterm. This feature provides a windows explorer type view of the file system. I can then right click on a file and edit it using the built in editor rather than nano or vi.