On 04/16/2011 03:55 PM, Andy Graybeal wrote:
> Greetings,
> Does anyone use LTSP virtualized with 2 NICS?  I'm using KVM/libvirt and
> Ubuntu 10.04.
>
> How do I configure this?
>
> It seems that I can't select a real physical NIC.
>
> I was thinking that my virtual LTSP could have the first NIC bridged to
> the hosts br0 and the second NIC be linked to the hosts eth1.. but this
> doesn't appear to be the case.
>
> Maybe bridge them both?  Make br0 for eth0 and br1 for eth1?
>
> Any ideas?
>
> Thanks,
> -Andy
>


abeehc and muppis recommend setting the secondary NIC to manual.  Here's 
abeehc's /etc/network/interfaces file as an example:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
address 10.1.4.16
network 10.1.4.0
netmask 255.255.255.0
broadcast 10.1.4.255
gateway 10.1.4.1
bridge_ports eth0
bridge_maxwait 0
brdige_fd 0
bridge_stp off


auto eth0.2
iface eth0.2 inet manual

auto br02
iface br02 inet manual
bridge_ports eth0.2
bridge_maxwait 0
brdige_fd 0
bridge_stp off


auto eth0.3
iface eth0.3 inet manual

auto br03
iface br03 inet manual
bridge_ports eth0.3
bridge_maxwait 0
brdige_fd 0
bridge_stp off

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to