Starting vbox bridging on startup
Posted: 14. May 2008, 12:48
Hi all.
The 'permanent host interface' called vbox0 etc which is created via:
Doesn't seem to be valid on a reboot. I've tried adding a script to do this manually within rc5.d e.g.
But they still don't come up on a reboot.
Is there a better way of doing it? Or can anyone suggest why the script isn't being called on boot, from rc5.d
The 'permanent host interface' called vbox0 etc which is created via:
Code: Select all
sudo VBoxAddIF vbox0 <user> br0
Code: Select all
#!/bin/sh
echo Starting vbox IP bonding.
VBoxAddIF vbox0 root br0
VBoxAddIF vbox1 root br1
echo Finished vbox IP bonding.
Is there a better way of doing it? Or can anyone suggest why the script isn't being called on boot, from rc5.d