Задача:создать tun0,чтобы забиндить docker контейнеры на vpn интерфейс,но простым шаманством с /etc/network/interfaces:
# The loopback network interface
auto lo
auto tun0
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address **.***.***.***
netmask 24
gateway 95.213.200.1
iface tun0 inet static
pre-up ip tuntap add tun0 mode tun
address 10.0.0.1
netmask 24
#gateway 95.213.200.1