Skip to content

VM Network Configuration

Carolina Hadad edited this page Dec 12, 2014 · 1 revision

Scenario 1

  • Host with single network interface
  • VM with static IP address
  1. With the VM turned off, enable only the first adapter in VirtualBox in bridged mode with the host active interface
  2. Start the VM (it might take a while this time) and login (user: vagrant, password: vagrant)
  3. Open the network interfaces configuration file. For example to edit with "nano" editor:
  4. For the primary network adapter (eth0) enter this configuration filling the correct IP address and netmask:
  5. For the second adapter (eth1) remove all the configuration. Save the file (Ctrl+x) and restart the VM:
  6. For the GSM modem, connect it to the same network and assign another static IP address to it.

Clone this wiki locally