How can I prevent my PC from connecting to the internet without a VPN connection? 1 0
iptables -I OUTPUT -o $NIC_IF ! -d $VPN_REMOTE -j DROP
Reply
Next
iptables -I OUTPUT -o $NIC_IF ! -d $VPN_REMOTE -j DROP