Recent content by jackoboy9

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

    Policy routing question

    Ah I see. Thanks for that. I've taken your advice and switched to using policy rules. The main thing stopping me from using it in the first place was that I didn't know how to forward all network traffic on a specific internal IP (the 0.0.0.0 thing).
  2. J

    Policy routing question

    Currently, using the scripts, I have it so that any computer in the internal network can use the proxy server that I have set up on 192.168.1.5 for P2P applications, which uses ports 1080 for SOCKS and 808 for HTTP. i.e. I am on my main PC (192.168.1.2) and i open my P2P software and in the...
  3. J

    Policy routing question

    Thanks for the reply. I do have ASUS Merlin installed on my AC68U, but from what I can tell there's no way to do the following using the policy rules box at the bottom of the OpenVPN client page: (my needs have changed slightly since I started this thread) Route all traffic to/from client...
  4. J

    Policy routing question

    I want to edit my openvpn-event file (contents below) so that... certain IP addresses (e.g. netflix.com) are not pushed through the VPN. traffic from certain ports (e.g. port 35000) are not pushed through the VPN. At the moment all it does is forward all the traffic from IP addresses between...
  5. J

    Editing my openvpn-event file

    I want to edit my openvpn-event file (contents below) so that... certain IP addresses (e.g. netflix.com) are not pushed through the VPN. traffic from certain ports (e.g. port 35000) are not pushed through the VPN. At the moment all it does is forward all the traffic from IP addresses between...
  6. J

    OpenVPN policy routing guide?

    So my nat-start file is as follows: chmod a+rx /jffs/scripts/* #!/bin/sh delay 2 touch /tmp/000nat-start ip rule del fwmark 0x1000 ip rule add fwmark 0x1000 table 111 prio 9991 ip route flush cache iptables -t mangle -D PREROUTING -i br0 -p tcp -m multiport --dport 35000 -j MARK --set-mark...
  7. J

    OpenVPN policy routing guide?

    Thank you! Since there is no nat-start file, do I need to add any lines before or after this code to make it work?
  8. J

    OpenVPN policy routing guide?

    Thanks for the reply. What file should I add this text to? (I'm new to the whole SSH thing). It could be any port, I just picked 35000 as it's the one I have selected in qBittorrent. I assume that all traffic from that program will use that port and so I'd be anonymous while...
  9. J

    OpenVPN policy routing guide?

    I'd like to set up something which I believe is similar to what you're trying to do. I want all P2P traffic (port 35000) to go through my VPN (I have a working OpenVPN client set up on my router). And all other traffic to go through my ISP. How did you do it?
Top