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

    Policy-based ruling VPN block outside access, how to fix it?

    Good, thank you! I tought it worked without that, need to check. :)
  2. M

    Policy-based ruling VPN block outside access, how to fix it?

    To help others, since someone will probably need it. :) If you want to forward more then one port to same machine via VPN you can do it like this: #!/bin/sh sleep 30 iptables -I FORWARD -i tun11 -p udp -d 192.168.1.47 multiport --dports 80,443,61158 -j ACCEPT iptables -I FORWARD -i tun11 -p tcp...
  3. M

    Policy-based ruling VPN block outside access, how to fix it?

    It's working now after I changed it to "openvpn-event" custom script and added "sleep 30". I tested with same ports and different ports, and it's working for both. For example, I can setup on airVPN webpage that outside port 11486 points to internal port 443. In script I then add 443 instead of...
  4. M

    Policy-based ruling VPN block outside access, how to fix it?

    Didn't have chance to test it before, but did try today finally. I SSH into router with WinSCP and created "nat-start" in /jffs/scripts/ with this content: #!/bin/sh iptables -I FORWARD -i tun11 -p udp -d 192.168.1.5 --dport 11486 -j ACCEPT iptables -I FORWARD -i tun11 -p tcp -d 192.168.1.5...
  5. M

    DDNS - Redirect to webadmin

    Terminate WAN access to router and you will get what you expected.
  6. M

    Policy-based ruling VPN block outside access, how to fix it?

    Thank you for answer! I'm unable to test it right now, but I'll test it as soon as possible. Where do I enter that? Admin part and then "on startup" and something similliar, or I need to ssh? If you have link to thread, please post it here so I can familiarize my self more. P.S. Searched...
  7. M

    Policy-based ruling VPN block outside access, how to fix it?

    Because, well, I didn't manage to connect trough VPN tunnel. Whatever I tried, couldn't reach NAS via VPN tunnel (which is established trough router). I'm using AirVPN which is really great VPN provider, and supports port forwarding trough VPN tunnel. That port forwarding is working only if NAS...
  8. M

    Policy-based ruling VPN block outside access, how to fix it?

    Not one? :) I found out if I establish VPN connection from my Synology NAS and not from router, same happens, NAS won't respond to contacts outside of VPN. BUT, there is great little option in NAS network settings "Allow multiple gateways" and when I turn this on, NAS responds to contacts...
  9. M

    Policy-based ruling VPN block outside access, how to fix it?

    Setup: Latest Merlin FW on ASUS N66U. I'm using VPN provider and policy rules which dictate that only 2 IP's in my network use VPN for internet acess, lets say 192.168.1.10 and 192.168.1.11. I have DDNS setup which reports my real IP (not VPN). Problem is, when I was to access those devices...
  10. M

    The rmerlin donation thread.

    Chipped in few $ today. Just started using your FW, was on Shibby before.
Top