[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Network bridge problem
You can setup a bridge in Arch in a number of ways. I personally think doing it with iproute2, like you are, is more difficult than with netctl (which is also part of base). With iproute2 you have to write your own systemd service and make sure you get the right load order. For example, I think you want the bridge service to start before the network comes up. With netctl you just need to create a configuration file in /etc/netctl/ and then you can enable it on boot with "netctl enable". The Arch Wiki has a pretty good walk through: https://wiki.archlinux.org/index.php/Bridge_with_netctl. On Tue, Feb 9, 2016 at 12:38 PM, Simon Hobson <linux@xxxxxxxxxxxxxxxx> wrote: > Folatt <folatt@xxxxxxxxxxxx> wrote: > >> Arch Linux > > Not familiar with that one. In Debian it's as simple as putting this stanza > in /etc/network/interfaces > > auto br0 > iface br0 inet static > bridge_ports eth0 > address 192.168.xxx.yyy > netmask 255.255.255.0 > > I see from https://wiki.archlinux.org/index.php/Network_bridge that this > isn't an option for Arch. > > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxx > http://lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |