Problemet är att jag från hosten inte kan pinga, ssh:a eller surfa till gästen. Från en annan dator i nätverket går det bra.
Hur löser man detta?

Kod: Markera allt
auto lo
iface lo inet loopback
audo eth0
iface eth0 inet manual
auto tap0
iface tap0 inet manual
tunctl_user breakman
uml_proxy_arp 192.168.1.200
uml_proxy_ether eth0
auto br0
iface br0 inet static
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0 tap0
bridge_maxwait 0
Kod: Markera allt
# 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 eth2
iface eth2 inet static
address 192.168.1.210
netmask 255.255.255.0
gateway 192.168.1.1