-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't configure host-only network interface! #3
Comments
did you modify the /etc/network/interfaces ? |
Thanks for your response. I followed "VirtualBox: Setting up a Host-Only Network" |
in here you can simply added with $sudo -s run the command $ifconfig -a 1 more time and you good to go. On Tue, Apr 5, 2016 at 8:58 PM, ahmedalagha [email protected]
|
I've got exactly the same issue. Does anyone know how to solve this? |
Hi sfsmm - I used VMware instead, and never got this issue again. |
Hello ahmedalagha. I tried with VMware and indeed it seems it works but now I have a problem. I can't get the vm to capture the mouse. I tried installing another guest machine and it captures the mouse perfectly. It seems to be a problem with this vm in specific. Did you also have this issue? |
Hey there, i'm only answering that for other user that have that problem. |
For anyone facing the same issue, make sure you've enabled the DHCP server option on the target network adapter in VirtualBox settings. To do so, follow File > Host Network Manager, select the target network adapter, mark the DHCP server checkbox on the right. |
Hi. This might be a very basic issue, but I have been trying to configure a host-only network interface without success. I added host-only interface to VM and I can see it in mininet, but then when I execute sudo dhclient eth1, it kind of freeze and the command line disappears. When I use ifconfig-a, I don't see IP address with eth1, but I do see one in the settings.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: