Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. A

    DNSMasq with OpenVPN client setup

    Hello, have a ASUS RT-AC68P with the latest Merlin firmware with an unRAID server running behind it with Nextcloud. Trying to setup DNSMasq on the router and followed the guide here. I am using AirVPN. address=/airdns.org/192.168.1.75 This works fine so when on LAN and type in the DDNS...
  2. A

    Asuswrt-Merlin 378.50 is out

    @RMerlin Thank you for the quick reply. yes, i had seen that in your ChangeLog and enabled it. Didn't seem to do the trick. I forgot to include that in my initial post.
  3. A

    Asuswrt-Merlin 378.50 is out

    OpenVPN nat-start kill connection on disconnect Hi all, I have a nat-start script in the jffs/scripts/ location with the following code: #!/bin/sh iptables -I FORWARD -i br0 -o tun11 -j ACCEPT iptables -I FORWARD -i tun11 -o br0 -j ACCEPT iptables -I FORWARD -i br0 -o vlan1 -j DROP...
Top