Recent content by TommyGun

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

    nat-start for policy-based PORT routing

    Have you ever achieved to resolve this? I'm kind of in the same situation, although i don't really care if all traffic from my NAS goes out via the VPN - i still want to be able to use DSM (share files remotely) but i can't get port 8051 to work... #!/bin/sh sleep 10 # During the boot...
  2. T

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    Thank you for your hard work and efforts to keep those older devices supported. I just flashed 3.0.0.4.374.43_44E5j9527 on my RT-AC66u, did a factory reset as well but it keeps reporting the following "issue"; Your Wi-Fi network has not been encrypted yet and is at risk. We recommend that you...
  3. T

    VPN routing issue

    Jeez, totally missed the -D. Pardon me. Just ran this; iptables -t mangle -A PREROUTING -i br0 -m iprange --src-range 192.168.1.5 -p tcp -m multiport --sport 8051 -j MARK --set-mark 0x1000/0x1000 And that does not work (yet). Just a bit confused here 'cause you mentioned; iptables -t mangle...
  4. T

    VPN routing issue

    Feeling a bit stupid here, but what pre-reqs should be in place to achieve this? And do i need all those rules (with different port of course) for my use case? Which is is fairly simple: my NAS is the only device that sits behind the VPN client, but as a result i can't reach it's GUI over the...
  5. T

    [Beta 384/NG] Asuswrt-merlin 384.4 Beta is now available

    I came from a legacy version so now did a factory reset and manual re-config and everything is fine now, thanks :) Btw, i think the DST setting is (still?) wrong for GMT +1 (Amsterdam). I found this old post; https://www.snbforums.com/threads/rt-n66u-system-time-wrong.13427/#post-212517 And...
  6. T

    [Beta 384/NG] Asuswrt-merlin 384.4 Beta is now available

    Since beta3 NAT is no longer working for me. Tried to disable the Firewall and also NAT acceleration but no luck...
  7. T

    Asuswrt-Merlin 378.55 is now available

    Well that's a lie... :)
  8. T

    Asuswrt-Merlin 376.48 is out

    This release broke my NAT loopback... went back to 3.0.0.4.376.47_0 and everything started working again.
Top