Matteo Guglielmi
Regular Contributor
I wanted to assign static VPN IP address directly from the Merlin web interface and I ended up with a tool which you may also find useful for managing your ASUS routers.
Here is the router configuration:
Here is the installation script (my router IP is associated to rtn66u in /etc/hosts):
Here is the router configuration:
Code:
Administration -> System -> Enable JFFS custom scripts and configs [*] Yes [ ] No
Here is the installation script (my router IP is associated to rtn66u in /etc/hosts):
Code:
#==============================================================================#
install.sh
#==============================================================================#
#!/bin/bash
scp helper.sh helper.txt openvpnserver1.postconf admin@rtn66u:/jffs/scripts/
ssh -x admin@rtn66u chmod 755 /jffs/scripts/openvpnserver1.postconf
Last edited: