mininet / openflow-tutorial

Openflow Tutorial on Mininet
Other
401 stars 121 forks source link

Cannot add a Host only adapter #8

Open fy15maag opened 5 years ago

fy15maag commented 5 years ago

Greetings,

I've installed Mininet-VM. I was advised to add an additional host-only network adapter so I can use log in to the VM image. But this is what I get when I try to add the host-only adapter

screen shot 2019-01-27 at 10 19 16 pm screen shot 2019-01-27 at 10 16 31 pm

image

Any help would be appreciated,

thanks, Maryah

bjbanks commented 5 years ago

I ran into this same issue. Before you can add a host-only network adapter to the VM, you must first create one if you haven't already. By default, it seems virtual box does not provide any.

To create one, click on File > Host Network Manager. From this window, you can then create one and configure it. Once created, you can go back to the VM network settings and finally add the created network adapter to the VM.

fy15maag commented 5 years ago

I ran into this same issue. Before you can add a host-only network adapter to the VM, you must first create one if you haven't already. By default, it seems virtual box does not provide any.

To create one, click on File > Host Network Manager. From this window, you can then create one and configure it. Once created, you can go back to the VM network settings and finally add the created network adapter to the VM.

Ok, got it. Thank you