Displaying 1 result from an estimated 1 matches for "rnompi1".
2011 Feb 10
1
[libvirt] configuring network interface
...cause I have to connect the guests
from each others. (via ssh and execute mpi). I've three hosts, each of one
has at least a guest.
I'll only explain about the configuration of one of them, because the
problem is only related a one configuration.
hostname=rionegro ip=192.168.1.4
guest-name=rnompi1
b) I've configured host bridge following step by step ther instruction on
http://wiki.libvirt.org/page/Networking
this is the /etc/network/config
# The loopback network interface
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
address 192.168.1.4
netmask 255.255.255.0
network...