-
Notifications
You must be signed in to change notification settings - Fork 30
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
Get metadata to update when DHCP changes (during create) #5
Comments
Not 100% sure if this relates to same issue I have, but when I'm creating new Windows 2012 R2 Generation 1 VM with Windows 8.1 as a host, I do get wrong IP address. IP in metadata is having self assigned IP 169.xxx.xxx.xxx instead of IP from DHCP and when I'm looking VM itself and asking IP from Hyper-V, its IP is correctly fetched from DHCP (192.168.xxx.xxx). Server is created correctly, but rest of the process is failing obviously because it can't connect via WinRM with wrong IP address. |
@SympaHannuPiki Are you connecting the VM to a switch that has network access to the DHCP server? (sorry for the delayed reply - still catching up after being on the road the past month) |
@smurawski, sorry for another long delay. Yes, switch has network access to the DHCP server and it's getting IP from it but maybe it's sometimes too late as it is getting internal IP assigned for Kitchen config instead of real IP that can be seen after Kitchen is done. |
This might be fixed since the above PR got merged. @SympaHannuPiki can you confirm or refute? |
No description provided.
The text was updated successfully, but these errors were encountered: