ovh / overthebox-openwrt

OverTheBox - OpenWrt fork
GNU General Public License v2.0
98 stars 18 forks source link

Testing Virtualbox precompiled image #8

Closed paketecuento closed 7 years ago

paketecuento commented 8 years ago

Hi, I downloaded Virtualbox image. After following the steps detailed in the official doc, the system looks to boot ok. Several interfaces are created:

screen shot 2016-06-29 at 22 27 24 screen shot 2016-06-29 at 22 27 38

screen shot 2016-06-29 at 23 59 32

But cannot ping internet nor the gateway :(. Of course https://overthebox.ovh, 192.168.1.23 and 192.168.1.21 are not accesible. Any idea??

thanks

mwetterw commented 7 years ago

Hi,

You may need to activate promisc mode in hardware + software in order for macvlan emulation to work properly.

Hardware side

VBoxManage modifyvm TheVM --nicpromisc1 allow-all

Or use the GUI to enable it.

Software side

sed -i '/exit 0/i ip link set dev eth0 promisc on' /etc/rc.local

Then reboot the VM.