Some help needed in creating scripts and firewall rules…
Requirement:
R1) I wish to run my own dnsproxy server at port 53535 (installed at /jiffs/dnsproxy/dnsproxy).
This is a opensource software available on Gthub known as dnsproxy. I have tested this on the Asus Router and it has been running...
nat-start seems to do not work during startup of the router:
1 - /jffs/scripts/nat-start:
#!/bin/sh
ifconfig br0:1 86.120.x.x netmask 255.255.255.0
the file seems to have 777 permissions
2 - after reboot, /jffs/syslog.log contains a line like
Dec 14 08:23:59 custom_script: Running...
Hello,
I have followed the instructions here : https://github.com/RMerl/asuswrt-merlin.ng/wiki/Policy-based-Port-routing-(manual-method)
Here is my nat-start
#!/bin/sh
sleep 10 # During the boot process nat-start may run multiple times so this is required
# Ensure duplicate...