Kim Puleston
Regular Contributor
Hello all,
I am breaking into the world of custom scripts for my Asus Router AC88U. Now reading some of the Tutorials on how to setup various functions such as Adblock make sense but for one part, actually adding the scripts to particular directories in JFFS.
For example I may get asked to place a script in ''Wan-Start'' but how do I do that via an SSH terminal ? Do I need to browse to that directory before inputing a script ?
As below
''
Virtual Interface
Next we create a virtual interface with 192.168.1.3. This need to be performed on every boot (or more precisely every time the WAN interface comes up). Hence, append the following two lines to your /jffs/scripts/wan-start:
ifconfig br0ixelserv 192.168.1.3 up
logger -t $(basename $0) "br0ixelserv 192.168.1.3 created."
''
Exactly what commands within SSH do I need to use in order to browse to specific directories on the router ?
Thanks all.
I am breaking into the world of custom scripts for my Asus Router AC88U. Now reading some of the Tutorials on how to setup various functions such as Adblock make sense but for one part, actually adding the scripts to particular directories in JFFS.
For example I may get asked to place a script in ''Wan-Start'' but how do I do that via an SSH terminal ? Do I need to browse to that directory before inputing a script ?
As below
''
Virtual Interface
Next we create a virtual interface with 192.168.1.3. This need to be performed on every boot (or more precisely every time the WAN interface comes up). Hence, append the following two lines to your /jffs/scripts/wan-start:
ifconfig br0ixelserv 192.168.1.3 up
logger -t $(basename $0) "br0ixelserv 192.168.1.3 created."
''
Exactly what commands within SSH do I need to use in order to browse to specific directories on the router ?
Thanks all.