Re: Setting up Network for Xen

2015-11-04 Thread Reco
Hi. On Tue, 3 Nov 2015 18:05:53 -0800 (PST) ray wrote: > > > On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > > > > > > > auto lo > > > > iface lo inet loopback > > > > allow-hotplug usb0 > > > > iface usb0 inet manual > > > > auto xenbr0 > > > > iface

Re: Setting up Network for Xen

2015-11-03 Thread ray
On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > Your /etc/network/interfaces does not try to bring usb0 up, so not > working xenbr0 is to be expected. You need something like this instead: > > auto lo > iface lo inet loopback > allow-hotplug usb0 > iface usb0 inet manual > auto

Re: Setting up Network for Xen

2015-11-03 Thread ray
> > On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > > > > > auto lo > > > iface lo inet loopback > > > allow-hotplug usb0 > > > iface usb0 inet manual > > > auto xenbr0 > > > iface xenbr0 inet dhcp > > > bridge_ports usb0 > > > > > > Oh, and remove network-manager while you're

Re: Setting up Network for Xen

2015-11-03 Thread Reco
Hi. On Tue, 3 Nov 2015 04:21:59 -0800 (PST) ray wrote: > On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > > > Your /etc/network/interfaces does not try to bring usb0 up, so not > > working xenbr0 is to be expected. You need something like this instead:

Re: Setting up Network for Xen

2015-11-02 Thread Reco
Hi. On Mon, 2 Nov 2015 19:19:53 -0800 (PST) ray wrote: > I would like to get the network functioning again. This is a laptop with > jessie. The laptop does not have a Ethernet port. It is connected to a > Dynadock USB 3.0. Ifconfig shows the Ethernet port to be

Setting up Network for Xen

2015-11-02 Thread ray
I would like to get the network functioning again. This is a laptop with jessie. The laptop does not have a Ethernet port. It is connected to a Dynadock USB 3.0. Ifconfig shows the Ethernet port to be usb0. This system has been working. I updated it to configure the network for Xen.