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 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? On Thu, Jan 8, 2015 at 8:04 PM, Michael Torrie <[email protected]> wrote: > On 01/08/2015 05:50 PM, Todd Millecam wrote: > > I create the br0 device, and add eth0 to it using brctl, then I lose all > my > > ssh sessions so I have to walk down stairs and continue it there. > > > > If I run dhcpcd on br0, then I get the right address, but I have no > > outgoing or incoming network. If I run it on eth0, then I get an IPv4LL > > address (meaning it can't see any connection at all). > > This is the correct idea. Once the bridge is configured, all IP > addresses go on the bridge interface, not the physical interface. > Sounds to me like you have a route problem. Does the physical interface > still have an ip address bound to it when you go ask dhcp to run on br0? > Sounds like either a firewalling issue or a routing issue. Be sure to > clear any address bound to the physical interface. > > > What do I need to do to have both my host and my guest OS keep their > > connectivity, but have the guest OS interface with the rest of my LAN? > > With a CentOS server I typically set all this up in > /etc/sysconfig/network-scripts, and then just restart the network > service and it all comes up as it should. You can set it up using > network manager too, probably with nmcli. > > > > > > > /* > 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. */
