<quote who="Sridhar Dhanapalan">

> It still looks like having proper network bridging (so the VMs are
> directly on the network just like any other host) is a pain in the bum.
> The solutions I've seen involve performing some arcane rituals with brctl
> and co.

Bridging is brain-meltingly simple on Debian-based systems. Quick example of
/etc/network/interfaces with a single bridge set up:

  auto br0
  iface br0 inet static
    address 192.168.10.200
    netmask 255.255.255.0
    gateway 192.168.10.1
    bridge_ports eth0 eth1 eth2

    ^ Only *ONE* extra line to say "sudo make me a bridge", xkcd-style ;-)

(There are additional parameters you can add if you want to, but they're all
optional.)

- Jeff

-- 
linux.conf.au 2010: Wellington, NZ       http://www.penguinsvisiting.org.nz/
 
    "The postmodern version is: If all you have is duct tape, everything
   starts to look like a duct. Right. When's the last time you used duct
                       tape on a duct?" - Larry Wall
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to