Die neue VM (ein openz qcow2-image) soll über die zweite Netzwerkkarte angesprochen werden, der ich eine feste IP zugeordnet habe.
Das System ist gestartet, doch ich weiß nicht, wie ich jetzt in meiner Konsole an die laufende VM (ich habe keine grafische Oberfläche) rankommen soll. Weiß jemand Rat?# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.2.88
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.10
# dns-* options are implemented by the resolvconf package, if installed
#dns-nameservers 192.168.2.10
iface eth1 inet manual
auto bri1
iface bri1 inet static
address 192.168.2.145
broadcast 192.168.2.255
gateway 192.168.2.10
netmask 255.255.255.0
network 192.168.2.0
bridge_ports eth1
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
bridge_maxwait 5
vielen Dank