Arnaud Bailly wrote: > Hello, > > (retry sending due to incorrect subscription address) > > I am trying to run mirage unikernels on a local VM on my laptop and I am > stuck at a frustrating point. What I want to achieve is being able to query > mirage-www unikernel runnning inside domU inside vagrant VM from my laptop. > Here is what I did: > > - installed ubuntu 14.04 Vagrant VM from > https://github.com/mirage/mirage-vagrant-vms/ > - configured the VM to have a host-only network interface at 192.168.77.2 > - build mirage-www unikernel inside the VM with the following > configuration: > mirage configure --xen -vv --net direct --dhcp false --ip 192.168.77.3 > --netmask 255.255.255.0 --gateways 192.168.77.2 --tls false --network=0 > - configure a br0 interface inside the VM: > > auto br0 > iface br0 inet static > bridge_ports eth1 > address 192.168.77.2 > broadcast 192.168.77.255 > netmask 255.255.255.0 > ...
Hi Arnaud, I don't have any experience with this setup yet, but you could try changing the Promiscuous Mode of the Host-Only adapter to "Allow All" and reboot the VM. I have to do the same for Unetlab [1], when I want to reach nested VMs or other network devices that are connected to a bridge inside the VirtualBox VM. Regards, Jochen 1) http://www.unetlab.com/
signature.asc
Description: OpenPGP digital signature
_______________________________________________ MirageOS-devel mailing list [email protected] http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
