Re: network card bridging failing on wheezy

2014-11-10 Thread Gary Dale
On 10/11/14 12:50 AM, Christian Seiler wrote: Am 10.11.2014 01:33, schrieb Gary Dale: On 09/11/14 03:30 PM, Christian Seiler wrote: Could you post the contents of your /etc/default/networking? Specifically, it should have either no explicit settings (everything commented out) or the following

Re: network card bridging failing on wheezy

2014-11-09 Thread Karl E. Jorgensen
Hi On Sat, Nov 08, 2014 at 05:57:41PM -0500, Gary Dale wrote: For some reason my network card bridging has failed after working properly for many years. My /etc/network/interfaces is: auto lo iface lo inet loopback iface eth0 inet manual auto br0 iface br0 inet static address

Re: network card bridging failing on wheezy

2014-11-09 Thread Christian Seiler
Am 08.11.2014 23:57, schrieb Gary Dale: For some reason my network card bridging has failed after working properly for many years. My /etc/network/interfaces is: auto lo iface lo inet loopback iface eth0 inet manual auto br0 iface br0 inet static address 192.168.1.14

Re: network card bridging failing on wheezy

2014-11-09 Thread Gary Dale
On 09/11/14 05:27 AM, Christian Seiler wrote: Am 08.11.2014 23:57, schrieb Gary Dale: For some reason my network card bridging has failed after working properly for many years. My /etc/network/interfaces is: auto lo iface lo inet loopback iface eth0 inet manual auto br0 iface br0 inet static

Re: network card bridging failing on wheezy

2014-11-09 Thread Gary Dale
On 09/11/14 05:09 AM, Karl E. Jorgensen wrote: Hi On Sat, Nov 08, 2014 at 05:57:41PM -0500, Gary Dale wrote: For some reason my network card bridging has failed after working properly for many years. My /etc/network/interfaces is: auto lo iface lo inet loopback iface eth0 inet manual auto

Re: network card bridging failing on wheezy

2014-11-09 Thread Christian Seiler
Am 09.11.2014 19:48, schrieb Gary Dale: This IP seems oddly familiar... Did you recently install libvirt? Because that's the default IP for libvirt's default internal bridged network (virbr0). Normally, that shouldn't interfere with the standard bridge (different interface name), but maybe in

Re: network card bridging failing on wheezy

2014-11-09 Thread Gary Dale
On 09/11/14 02:34 PM, Christian Seiler wrote: Am 09.11.2014 19:48, schrieb Gary Dale: This IP seems oddly familiar... Did you recently install libvirt? Because that's the default IP for libvirt's default internal bridged network (virbr0). Normally, that shouldn't interfere with the standard

Re: network card bridging failing on wheezy

2014-11-09 Thread Christian Seiler
Am 09.11.2014 21:13, schrieb Gary Dale: You're right. Here's my default.xml (I only changed the addresses): root@TheLibrarian:/home/garydale# cat /etc/libvirt/qemu/networks/default.xml network namedefault/name bridge name=br0 / forward/ ip address=192.168.1.14

Re: network card bridging failing on wheezy

2014-11-09 Thread Gary Dale
On 09/11/14 03:30 PM, Christian Seiler wrote: Am 09.11.2014 21:13, schrieb Gary Dale: You're right. Here's my default.xml (I only changed the addresses): root@TheLibrarian:/home/garydale# cat /etc/libvirt/qemu/networks/default.xml network namedefault/name bridge name=br0 / forward/

Re: network card bridging failing on wheezy

2014-11-09 Thread Christian Seiler
Am 10.11.2014 01:33, schrieb Gary Dale: On 09/11/14 03:30 PM, Christian Seiler wrote: Could you post the contents of your /etc/default/networking? Specifically, it should have either no explicit settings (everything commented out) or the following settings (which are default):