Recent content by bird333

  • 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. B

    OpenVPN Server on TCP Port Range

    If you implement the PREROUTING rule you should only really have to run two servers. One for UDP and one for TCP.
  2. B

    My conversation link is missing.

    Ok so there is a problem.
  3. B

    Open VPN and DNS Issue

    You should read this thread. You may not actually be leaking DNS. http://linksysinfo.org/index.php?threads/dns-leak.73296/
  4. B

    OpenVPN Server on TCP Port Range

    Yes. "-I" inserts rules at the top of the list and "-A" puts them at the bottom. You can also specify a position number you want your rule to be placed at. Iptables rules are executed top to bottom. First rule to match a given packet is the one the packet goes with. You sound like you are...
  5. B

    My conversation link is missing.

    Ok, I just tried to start a conversation with you and there is no link. Do you have me blocked?
  6. B

    My conversation link is missing.

    I'm talking about the Start conversation option. ???
  7. B

    OpenVPN Server on TCP Port Range

    If a certain port is blocked, he can try another without running multiple instances of Openvpn.
  8. B

    OpenVPN Server on TCP Port Range

    Yes. Setup some pre-routing rules that point ports to your Openvpn port. For example iptables -t nat -I PREROUTING -p tcp -d {your WAN IP} -m multiport --dports 10:18,64,1053 -j DNAT --to-destination :1194 You can have up to 15 ports with each rule. Ranges count as two ports. If you need...
  9. B

    What's the nvram setting to activate AiMesh?

    Is testing/trying things out not allowed? I thought that's what 3rd party firmware was all about.
  10. B

    What's the nvram setting to activate AiMesh?

    Could someone post/PM the variable to enable this? I can't see to find the thread now.
  11. B

    Just curious. How does Asus firmware force a browser window to open?

    When I install new firmware and it boots up I get this opening up when I plug in a LAN cable. So how does it just automatically pop up in my browser?
  12. B

    Just curious. How does Asus firmware force a browser window to open?

    When you plug in an ethernet cable a browser window/tab will automatically open up and request a login to the router. How does this happen?
  13. B

    CFE bootloader update

    Can you use this script to create a new CFE with your personal values without actually flashing it to the router right away?
  14. B

    [Release] Asuswrt-Merlin 380.63_2 is now available

    I updated to oem 376.3626 and then I was able to install Merlin
Top