Hello Antonio,
Yes, the semantics of TAP interfaces changed in the 2.6.18 kernel,
breaking our dynamic TAP code. The current svn (or possibly tomorrow's,
depending on when it gets synchronised) fixes this, but you will need to
change your scripts. The following are updated versions of your scripts:
#!/bin/sh
IF=`/usr/sbin/tunctl -b`
/sbin/ifconfig $IF up
/usr/sbin/brctl addif br0 $IF
and
#!/bin/sh
/usr/sbin/brctl delif br0 $2
/usr/sbin/tunctl -d $2
If the above scripts are called "/home/vbox/starttap.sh" and
"/home/vbox/stoptap.sh" then you should change your "Setup Application"
and "Termination Application" to "gtksudo /home/vbox/starttap.sh" and
"gtksudo /home/vbox/stoptap.sh" (replace "gtksudo" by "kdesu" if you use
KDE instead of Gnome).
Regards,
Michael
Antonio Augusto (Mancha) wrote:
> Hey tehre Guys. I have upgraded from Kubuntu 6.10 to 7.04 and started
> having problems with VBox Host Interface.
> If i set the interface to host, i get the following error:
> ----
> Failed to initialize Host Interface Networking.
> VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).
>
>
> Result Code:
> 0x80004005
> Component:
> Console
> Interface:
> IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
> ------
>
> When, before, everything worked like a charm. I've tried setuiding
> tunctl, brctl and ifconfig to no avail.
> My start-up and shutdown scripts are:
>
> #!/bin/sh
> /sbin/ifconfig $2 up
> /usr/sbin/brctl addif br0 $2
>
> and
>
> #!/bin/sh
> /usr/sbin/brctl delif br0 $2
>
> and i get the same message with or without them...
>
> Any help would be appreciate.
> I'm using VBox SVN 2432.
>
> Cheers,
> KM
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users