• 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!

Recent content by tom555

  1. T

    selecting Media server directory

    I'm not familiar with Media server and UPNP but is it the expected behavior that it is not possible to browse an usb device directory structure beyond the first level when selecting a media server directory ? TIA
  2. T

    Blocking internet traffic when VPN client connection fails

    Thank you very much Martineau for sharing this. One point, you said you choose to call this script from your custom OpenVPN client 'UP' script. Does that mean that if for some reason your OPENVPN does not go up, your script will not be run and traffic might leak through the regular ISP ...
  3. T

    Blocking internet traffic when VPN client connection fails

    Yes! eth0 of instead vlan1 works perfectly, in fact my firewall-start script is now simply : #!/bin/sh touch /tmp/000firewallstarted iptables -I FORWARD -i br0 -o eth0 -j DROP Thanks a lot! By the way I find your script interesting because of the iprange feature, could you post the whole...
  4. T

    Blocking internet traffic when VPN client connection fails

    Hello everybody, i'm trying to find out how to block all internet traffic which is not goingthrough the openvpn client on vpn connection faillure. Using RT AC68U and 3.0.0.4.374.41_0 merlin firmware I've tried doing this the way I used to with dd-wrt following...
Back
Top