Re: Adding wifi to a LAN Bridge for Xen

2015-11-04 Thread Reco
Hi. On Tue, 3 Nov 2015 18:50:40 -0800 (PST) ray wrote: > I have a LAN connection on a laptop with jessie designed for a Xen > installation. The /etc/network/interfaces looks like: > > auto lo > iface lo inet loopback > allow-hotplug usb0 > iface usb0 inet manual > auto xenbr0 > iface

Re: Adding wifi to a LAN Bridge for Xen

2015-11-04 Thread Pascal Hambourg
ray a écrit : > > It seems like the way to do this with wifi would be to include another > bridge associated with the wlan0. Would it be functional to repeat the > usb0 and xenbr0 stanza and replace usb0 with wlan0 and xenbr0 with > xenwbr0? Bridging of a client wireless interface in plain manag

Adding wifi to a LAN Bridge for Xen

2015-11-03 Thread ray
I have a LAN connection on a laptop with jessie designed for a Xen installation. The /etc/network/interfaces looks like: auto lo iface lo inet loopback allow-hotplug usb0 iface usb0 inet manual auto xenbr0 iface xenbr0 inet dhcp bridge_ports usb0 I would like to add wifi to this such that tran