Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-10 Thread Steffen Dettmer
Hi, thanks for your mail! On Thu, Jun 5, 2014 at 5:03 PM, Curt cu...@free.fr wrote: On 2014-06-05, Steffen Dettmer steffen.dett...@gmail.com wrote: Do you - or anyone else - know the ip replacement for brctl show? ip link show br1 is too brief, no information about the slave devices or STP

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-06 Thread Tom H
On Thu, Jun 5, 2014 at 10:24 AM, Steffen Dettmer steffen.dett...@gmail.com wrote: On Wed, Jun 4, 2014 at 11:59 PM, Tom H tomh0...@gmail.com wrote: On Wed, Jun 4, 2014 at 2:00 PM, Steffen Dettmer: thanks so much for you mail. As I wrote in my other mail just a minute ago, it seems I solved

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-05 Thread Steffen Dettmer
Hi all, thanks for all your answers! I think I found the solution: all bridge parameters must go into the first iface stanza. Subsequent stanzas configure IPs and/or DHCP. Using allow-hotplug instead of auto, the bridge is not bought up at boot and can be started asynchrously by some script.

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-05 Thread Steffen Dettmer
Hi! thanks so much for you mail. As I wrote in my other mail just a minute ago, it seems I solved the issue (and it works in one of the most intuitive ways). Thanks so much, you already helped so much to tackle down my VLAN problem last year (where to solution was, not to install package vlan

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-05 Thread Curt
On 2014-06-05, Steffen Dettmer steffen.dett...@gmail.com wrote: $ ip link set eth1 nomaster $ ip link set eth0 nomaster $ ip link del br1 Do you - or anyone else - know the ip replacement for brctl show? ip link show br1 is too brief, no information about the slave devices or STP

bridges with multiple static IPs or DHPC - how to configure?

2014-06-04 Thread Steffen Dettmer
Hi, how to configure a bridge with multiple static IPs and/or DHPC via /etc/network/interfaces? I tried many combinations, but I didn't find any working one. Of course everything works as expected when configuring manually with ip, brctl etc. Any working example would be great! The rest of

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-04 Thread Bzzz
On Wed, 4 Jun 2014 20:00:49 +0200 Steffen Dettmer steffen.dett...@gmail.com wrote: I tried many combinations, but I didn't find any working one. From what I understand, bridge act as a too low level to do what you want. However, I was able to add another I/F to my own bridge (br0 basically

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-04 Thread Curt
On 2014-06-04, Steffen Dettmer steffen.dett...@gmail.com wrote: Hi, how to configure a bridge with multiple static IPs and/or DHPC via /etc/network/interfaces? I tried many combinations, but I didn't find any working one. You looked here already?

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-04 Thread Karl E. Jorgensen
Hi On Wed, Jun 04, 2014 at 08:00:49PM +0200, Steffen Dettmer wrote: Hi, how to configure a bridge with multiple static IPs and/or DHPC via /etc/network/interfaces? I tried many combinations, but I didn't find any working one. Of course everything works as expected when configuring

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-04 Thread Tom H
On Wed, Jun 4, 2014 at 2:00 PM, Steffen Dettmer steffen.dett...@gmail.com wrote: how to configure a bridge with multiple static IPs and/or DHPC via /etc/network/interfaces? I tried many combinations, but I didn't find any working one. Of course everything works as expected when configuring

Re: bridges with multiple static IPs or DHPC - how to configure?

2014-06-04 Thread Tom H
On Wed, Jun 4, 2014 at 4:25 PM, Karl E. Jorgensen k...@jorgensen.org.uk wrote: On Wed, Jun 04, 2014 at 08:00:49PM +0200, Steffen Dettmer wrote: For an ordinary ethernet interface, the following works: auto eth3.10 iface eth3.10 inet static address 10.72.9.17 netmask