Networking
I've set up OpenVPN on my Netgear R7000 (with Tomato firmware) for a specific IP address on my network. I've also put in a firewall script which acts as a kill switch should the VPN connection drop.
iptables -I FORWARD -i br0 -s <ip address> `nvram get wan_iface` -j DROP
About once a day, our...