Re: Set second IP on bridge

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

 



On Thu, 24 Apr 2008, Koen Vermeer wrote:

> I'm still strugling to get this incorporated in my
> Debian /etc/network/interfaces file, but I guess that's off-topic here.
> In case it isn't, or if you know the right place to ask about that,
> please let me know.

This should work:

auto br0:1
iface br0:1 inet static
   address ...
   netmask ...

(after your definition for br0)

Or alternatively

auto br0
iface br0 inet (...)
   ...
   up ip address add ... dev $IFACE
   down ip address del ... dev $IFACE

-- 
Malcolm Scott
Research Assistant
University of Cambridge Computer Laboratory

_______________________________________________
Bridge mailing list
Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/bridge

[Index of Archives]     [Netdev]     [AoE Tools]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux