MASIGNASUKAv102
6510051498749449419

UNL VM Installation and First boot

UNL VM Installation and First boot
Add Comments
samedi 6 août 2016




1. Execute command: nano /etc/network/interfaces
VM should look like this, only one interface eth0 is there.
2. Use arrows, go down till eth0 conf part ended, enter, and add (copy/paste from this doc) lines marked in yellow.
You can add more, up to 9 pnet interface counted totally. This case only 4 clouds will be added.
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off
iface eth2 inet manual
auto pnet2
iface pnet2 inet manual
bridge_ports eth2
bridge_stp off
iface eth3 inet manual
auto pnet3
iface pnet3 inet manual
bridge_ports eth3
bridge_stp off
iface eth4 inet manual
auto pnet4
iface pnet4 inet manual
bridge_ports eth4
bridge_stp off
Your screen will look like my UNL. See pic above.
Execute: CTRL +o (letter o), enter
Execute: crtl +x (exit)
Reboot your UNL VM, pnet cloud interfaces are added! You can check this again using nano /etc/network/interfaces. Now clouds are there.



if you need more informations about unl please contact me