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. C

    OpenVPN client fails to reconnect automatically "Error connecting - Authentication failed")

    I run an OpenVPN client on my ASUS RT-AC86U with 384.10_2 firmware. Everything works fine except that whenever the VPN client disconnects (happens occasionally for various reasons), it is unable to reconnect automatically. It gives the following error: "Error connecting - Authentication failed"...
  2. C

    RT-AC66U B1 - Unable to set permanent iptables rules

    Oh, ok. How do I set permanent iptables rules with this firmware then?
  3. C

    RT-AC66U B1 - Unable to set permanent iptables rules

    So I telnet to my router and enter my iptables commands: iptables -I FORWARD -o eth0 -m state --state NEW -j DROP iptables -I FORWARD -o eth0 -d x.x.x.x/24 -m state --state NEW -j ACCEPT iptables -A INPUT -s y.y.y.y -j DROP iptables -A OUTPUT -d y.y.y.y -j DROP Works fine, but those rules will...
Top