Is it possible for a guest to determine the an interface type (i.e., whether eth0 is NAT, host only, bridged or internal)?

Something to be run from the guest like this:

guest-vm ~# vbox-interface eth0

eth0 is a NAT interface.

link|improve this question
feedback

migrated from serverfault.com Nov 21 '11 at 16:24

This question came from our site for system administrators and desktop support professionals.

1 Answer

The closest thing to what you are looking for is VirtualBox Guest Additions and it unfortunately does not offer that functionality. Guest Additions will give the host the ability to interact with guest through a variety of APIs and utilities but I don't think there is anyway for guest to query the host for information about the "hardware" that VirtualBox presents to it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown