Problem obtaining guest os's ip
Posted: 11. Jan 2012, 06:49
I read this thread viewtopic.php?f=1&t=36592
Then I install guest addition (device -> install guest additions). It works ok and I can see VBoxGuestAdditions_4.1.6.iso under .Virtualbox and virtualbox said it's registered.
However, a weird thing is the info of executing `VBoxManage guestproperty enumerate <guest-os-name>` seems only available for several vms, and one vm doesn't have any property to be displayed.
For instance, the first vm shows
but second vm has ip
Restarting /etc/init.d/virtualbox or rebooting host os doesn't make any difference.
Where can I check to let first_vm info to be displayed correctly?
Thanks
Then I install guest addition (device -> install guest additions). It works ok and I can see VBoxGuestAdditions_4.1.6.iso under .Virtualbox and virtualbox said it's registered.
However, a weird thing is the info of executing `VBoxManage guestproperty enumerate <guest-os-name>` seems only available for several vms, and one vm doesn't have any property to be displayed.
For instance, the first vm shows
Code: Select all
VBoxManage guestproperty get first_vm "/VirtualBox/GuestInfo/Net/0/V4/IP"
No value set!
Code: Select all
VBoxManage guestproperty get second_vm "/VirtualBox/GuestInfo/Net/0/V4/IP"
Value: 10.1.0.110
Where can I check to let first_vm info to be displayed correctly?
Thanks