Recent content by BenC

  • 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

    JFFS Scripts not loading?

    Hi. For years I've successfully had a nat-start script running in my /jffs/scripts folder. The simple script ran all my port 80/443/8443 traffic through my openVPN connection, and left the rest (ie, gaming) untouched. Recently, despite no updates/changes, it seems this script is no longer...
  2. B

    Traffic Monitor per device not showing or working

    Ah man. That sucks. It was like my favorite merlin feature :(
  3. B

    Traffic Monitor per device not showing or working

    Im having this issue too. AC86U, and I simply do not have the option to enable/disable IPTraffic monitoring. When I select per device IP in the Traffic monitor page, I simply get a 404. Cannot figure this one out.
  4. B

    VPN routing issue

    For the purposes of helping anyone else, I got it working using this code ; #!/bin/sh sleep 2 for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do echo 0 > $i done ip route flush table 100 ip route del default table 100 ip rule del fwmark 1 table 100 ip route flush cache iptables -t mangle...
  5. B

    VPN routing issue

    Thanks ill have a look. For now a simpler solution would be to just exempt the IP of my TV as thats the only device we use netflix for. I've tried to add a new route for packets from that TV but so far I can't get it to work.
  6. B

    VPN routing issue

    Thanks. Any ideas on what that might look like? Reading about iptables syntax is hurting my brain.
  7. B

    VPN routing issue

    Is it possible to exempt a specific internal IP from these rules? Netflix blocks VPN use it seeems.
  8. B

    VPN routing issue

    Ease up there tiger, no need to be aggressive. I asked a question, that's all. One day you'll ask a question about something you're new to also. Thanks for the pics, ill continue trying to configure as per your instructions. edit. Works, thanks again.
  9. B

    VPN routing issue

    I'm having trouble identifying my VPN client instance. Is it 6? Thanks. If so, when entering I get this;
  10. B

    VPN routing issue

    Thanks for your assistance. I'll give this a go and report how it turned out.
  11. B

    VPN routing issue

    Hi, sorry for the probably stupid question. I have an AC66 with Merlin 380.59. I have a PIA VPN account. My goal is to have the router connect to this VPN account, and then send exclusively port 80 and 443 traffic through the VPN, and nothing else. All other traffic proceeds by the normal...
Top