nat-start

  1. gspannu

    [Help] DNS Forwarding, User scripts, Launching at startup

    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...
  2. A

    nat-start not working at startup

    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...
  3. P

    nat-start for policy-based PORT routing

    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...
Back
Top