Enviado em 29/10/2013 - 18:27h
Estou virtualizando com KVM, gostaria de deixar uma maquina virtual igual a minha rede interna (ETH1).
allow-hotplug eth0
allow-hotplug eth1
auto eth0
iface eth0 inet static
address 192.168.1.254
netmask 255.255.255.0
broadcast 192.168.1.255
auto eth1
iface eth1 inet static
address 192.168.0.200
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.254
auto br0
iface br0 inet static
address 192.168.0.100
netmask 255.255.255.0
broadcast 192.168.0.199
bridge_ports eth1
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off