[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Virtualbox OSE & bridge



Moin Boris,

hatte gelesen das ein Tapinterface nicht mehr notwendig ist. Dafür sollte doch
das vbox0 sein, oder? NA egal, here we go:

------- snip ------------------
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto br0
#allow-hotplug eth0
iface br0 inet static
	address 10.253.243.119
	netmask 255.255.255.0
	network 10.253.243.0
	broadcast 10.253.243.255
	gateway 10.253.243.1
	# dns-* options are implemented by the resolvconf package, if
	# installed
	dns-nameservers xxx.xxx.xxx.xxx
	dns-search xxx.xxx
	mtu 1492
	bridge_ports all

iface home inet static
	address 192.168.2.119
	netmask 255.255.255.0
	network 192.168.2.0
	broadcast 192.168.2.255
	gateway 192.168.2.1
	# dns-* options are implemented by the resolvconf package, if
	# installed
	dns-nameservers 192.168.2.1
	dns-search xxx.xxx
	mtu 1492

auto eth0

---------------- snap ---------------------

* Boris schrieb:
> Alex Huth schrieb:
> > Hallo!
> > 
> > Wo ist mein Denkfehler?
> > 
> 
> Moin Alex,
> 
> 
> ich finde, Du brauchst noch ein tap-Interface!
> 
> Zeig' mal Deine /etc/network/interfaces !
> 
> Boris
> 
> 
> -- 
> Haeufig gestellte Fragen und Antworten (FAQ): 
> http://www.de.debian.org/debian-user-german-FAQ/
> 
> Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-REQUEST@lists.debian.org
> mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)
> 


Reply to: