How to setup tor to only run on vlan?

Virtual subnets must not overlap with the real ones:

sed -i -e "
/^VirtualAddrNetwork/d
2a VirtualAddrNetworkIPv4 172.16.0.0/12
2a VirtualAddrNetworkIPv6 fc00::/7
" /etc/tor/custom
/etc/init.d/tor restart
1 Like