hostonly adapter netmask problem
Posted: 12. Sep 2015, 17:48
I am working with Win7 and just upgraded VB to 5.0 and even tried the 5.0.4, found problems on Vagrant 1.7.4 and latest docker-machine 0.4.0 often create new host-only adapter whenever starting up after prior stop/halt. All just did well with VB4.3
It is found that the netmask returned from CLI 'VBoxManage list hostonlyifs' always changed to 255.255.0.0 no matter when created differently like 255.255.255.0. So the application believe there is no matching interface and recreate new network interface again and again.
When check via ipconfig or GUI, the REAL netmask displayed from Windows is 255.255.255.0. Setup of netmask 255.255.255.0 should be successful to change the REAL value with either via the VB GUI preference/network/hostonly or the CLI 'vboxmanage hostonlyif ipconfig --ip x.x.x.x --netmask 255.255.255.0'.
Just the value check by Vboxmanage list hostonlyifs and thus returned in the GUI perference/network will be incorrect.
Are there others with same problem and is there any quick fix on that?!
It is found that the netmask returned from CLI 'VBoxManage list hostonlyifs' always changed to 255.255.0.0 no matter when created differently like 255.255.255.0. So the application believe there is no matching interface and recreate new network interface again and again.
When check via ipconfig or GUI, the REAL netmask displayed from Windows is 255.255.255.0. Setup of netmask 255.255.255.0 should be successful to change the REAL value with either via the VB GUI preference/network/hostonly or the CLI 'vboxmanage hostonlyif ipconfig --ip x.x.x.x --netmask 255.255.255.0'.
Just the value check by Vboxmanage list hostonlyifs and thus returned in the GUI perference/network will be incorrect.
Are there others with same problem and is there any quick fix on that?!