Re: Virtualbox OSE & bridge
Moin Alex,
<umsortiert>
Alex Huth schrieb:
> * 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
>>
</umsortiert>
> 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 ---------------------
>
bei mir steht noch sowas:
# Dieser Eintrag ist fuer die VirtualBox
auto tap0
iface tap0 inet manual
up ifconfig $iface 0.0.0.0 up
down ifconfig $iface down
tunctl_user boris
Ich habe allerdings gerade gelesen, dass das angeblich nicht mehr
notwendig sei.... mmhh.... Das gilt aber wohl nur vür virtualbox > 2.x.
Wir habe in Lenny noch 1.6.
http://www.virtualbox.org/manual/UserManual.html#id2513808
Gruß,
Boris
Reply to: