Jump to content
Not connected, Your IP: 3.144.47.218

usbmux

Members
  • Content Count

    3
  • Joined

    ...
  • Last visited

    ...

Everything posted by usbmux

  1. Yes they are - should i amend my OpenVPN Client configuration on my Tomato device? Options like: Firewall (Custom?) or create NAT on tunnel? or redirect internet traffic?
  2. It is uncommented further below: # By default all traffic bypasses the VPN iptables -t mangle -A PREROUTING -i br0 -j MARK --set-mark 1 # Spotify explicitly uses the VPN iptables -t mangle -A PREROUTING -i br0 -m iprange --dst-range 78.31.8.1-78.31.15.254 -j MARK --set-mark 0 iptables -t mangle -A PREROUTING -i br0 -m iprange --dst-range 193.182.8.1-193.182.15.254 -j MARK --set-mark 0
  3. Hello! after setting up AirVPN within my Tomato device - everything was working as expected, all the traffic was passing through the AirVPN Service. The following settings are applied: https://airvpn.org/tomato/ However, AirVPN is a huge bottleneck for my connection - and i would like to pass only traffic to specific hosts through the service such as NetFlix for example. After skimming the web how to achieve this - found this article listed here: http://www.linksysinfo.org/index.php?threads/route-only-specific-ports-through-vpn-openvpn.37240/ So what i was looking for seems achievable - and there is a script to include within my "WAN Up" section of the Tomato Device (attached this script within this post). However when the WAN starts - the script loads up well (checked this by querying the iptables from the router itself, iptables -t mangle -L PREROUTING) Still all the traffic is passing through the AirVPN Service - is there something which i might be forgetting? or maybe i need to alter my OpenVPN config on my device? any assistance would be appreciated. -- um script-wanup.txt
×
×
  • Create New...