Hello!
I am attempting to setup a virtual network for a subset of VMs to communicate on, i.e. completely virtual LAN.
I have tried the following:
1. edited /etc/network/interfaces to ...
auto vmbr200
iface vmbr200 inet static
address 10.10.10.0
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
2. then i ran ifup vmbr200 on the host
3. added another NIC to the VM attached to vmbr200
4. open VM, run ifconfig ... no 10.* network shows up...
What am I missing?
Thanks!
I am attempting to setup a virtual network for a subset of VMs to communicate on, i.e. completely virtual LAN.
I have tried the following:
1. edited /etc/network/interfaces to ...
auto vmbr200
iface vmbr200 inet static
address 10.10.10.0
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
2. then i ran ifup vmbr200 on the host
3. added another NIC to the VM attached to vmbr200
4. open VM, run ifconfig ... no 10.* network shows up...
What am I missing?
Thanks!