That was what I was missing to get access--adding a tap/tun interface. Here's the command history that got it working: ]# modprobe tun ]# ip tuntap add tap0 mode tap ]# brctl addif br0 ens32 ]# brctl addif br0 tap0 ]# dhcpcd -k ]# dhcpcd br0 ]# ping google.com <success>
I'll post what I have to do inside of systemd to make this permanent on boot once I figure it out. On Fri, Jan 9, 2015 at 10:00 AM, Michael Torrie <[email protected]> wrote: > On 01/08/2015 08:52 PM, Todd Millecam wrote: > > The physical keeps what looks like a dummy ipv6 address is all, other > than > > that it looks like it's non-functional. > > > > It's an archlinux system, so when I get it all working I'll rework it > > through systemd or netctl. > > I have no idea why it's not working. > > > I don't have a lot of experience with routing problems, and I can't make > > any changes until tomorrow because the box is in use. > > > > Can anyone recommend some good reading on routing? > > > > Will I need to make a second bridge interface tied to the physical for > the > > guest os? > > No, you just add the tap interface that the VM uses to the same bridge > that your physical interface is in. > > > > > /* > PLUG: http://plug.org, #utah on irc.freenode.net > Unsubscribe: http://plug.org/mailman/options/plug > Don't fear the penguin. > */ > -- Todd Millecam /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
