[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configuring multiple IP addresses on VLAN interface using ifupdown



On Fri, Oct 18, 2013 at 9:53 AM, Tom H <tomh0665@gmail.com> wrote:
>>   auto eth0
>>   iface eth0 inet static
>>           address 10.0.5.16
>>           netmask 255.255.255.0
>>   iface eth0.77 inet manual
>>   auto br0.77
>>   iface br0.77 inet manual
>>           bridge_ports eth0.77
>>           bridge_fd 0
>>           bridge_maxwait 0
>>
> You're bridging in strange/incorrect way. :(
>
> It's br0.77 that should have an ip address assigned and the physical
> devices should have "inet manual" only.

The "physical" interface eth0.77 has no IP in the example above,
but is it possible to bridge VLAN devices?
I had assumed someone has to bridge e.g. eth0 and use the VLAN
tags only on top of br0.

Steffen


Reply to: