БО
Size: a a a
БО
MS
MS
MK
SK
MK
MK
MK
SK
i
i
S
i
БО
S
TF
TF
TF
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet static
address <Main-IP>
netmask 255.255.255.255
pointopoint <Gateway-IP>
gateway <Gateway-IP>
iface eth0 inet6 static
address <Adress from the IPv6-Subnet> #e.g. 2001:db8::2
netmask 128
gateway fe80::1
up sysctl -p
# for single-IPs
auto vmbr0
iface vmbr0 inet static
address <Main-IP>
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add <first addtional-IP>/32 dev vmbr0
up ip route add <second additional-IP>/32 dev vmbr0
k
TF