Так непонятки начались с правкой файла interfaces, для настройки моста..
поскольку у меня 4 сетевухи, и планируется две виртуалки, как его править?
у меня основная eth1 в одной подсетке, а eth0 через которую должна ходить виртуалка с веб сервером, в другой в DMZ
сейчас он такой
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet static
address 172.xxx.xxx.1
netmask 255.255.255.0
network 172.xxx.xxx.0
broadcast 172.xxx.xxx.255
gateway 172.xxx.xxx.5
зы. в инструкции написанно так:(ip шники конечно свои поставлю, но с сетевухами как быть?)
После изменений он выглядит примерно так:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 192.168.0.100
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
(Удостоверьтесь в правильности настроек для вашей сети!)