0
Мережа від інтерфейсів tun6to4 до pppX на debian
Так виглядає мій / etc / network / інтерфейс auto eth0 iface eth0 inet static address 198.51.100.50 netmask 255.255.255.0 gateway 198.51.100.1 # VPN Subnet auto eth0:1 iface eth0:1 inet static address 10.0.1.1 netmask 255.255.255.0 # ipv6 tunnel auto tunnel iface tunnel inet6 v4tunnel address 2001:db8:1:1::2 netmask 64 endpoint 203.0.113.26 ttl …