I’d like to add aliases on my network interfaces fro VirtualBox guests systems, rather than using the internal NAT to the same interfaces.
Can anyone advise me of steps? Is there a simple way or just the messy way of adding through the ‘local’ startup file?
I created aliases under 11.3 & 12.1 but 12.3 looks a bit different …
Setup is 12.3 64bit on Intel with VirtualBox 4.2.16. Guests are Win Vista (32 bit) & Slackware 14.0 (also 32 bit).
Although I’m not a VB user,
This is a common request and “extended feature”
You need to describe whether you’re using only VB to setup and manage your networks or if you’re using something else in addition to VB, eg libvirt’s vm manager or Vagrant.
Linux by itself does not support mapping aliases to virtual networks to Linux Bridge devices (I generally haven’t seen physical interfaces mapped to network names, but may exist), but various virtualization managers support this often requested feature.
I discovered the answer to my question - if I use bridging to the NIC, then the guest uses that NIC and gets it’s own IP address using DHCP. That’s what I wanted.