On Thu, Mar 12, 2009 at 12:22:42PM +0100, Henning Brauer wrote:
> * FRLinux <[email protected]> [2009-03-12 10:43]:
> > On Thu, Mar 12, 2009 at 1:29 AM, Claudio Jeker <[email protected]> 
> > wrote:
> > > Also check the lo(4) link1 flag for mass IP aliases. Note: currently works
> > > only with IPv4 (but I have a diff somewhere for the v6 case).
> > 
> > I am interested in this, I am about to implement a router on OpenBSD
> > with 30 IPv4/IPv6 addresses and a couple of OpenBGPD sessions. I will
> > be upgrading the box to a 4.5 snapshot in the next few days.
> 

just give it a try ;)

# for a in $(jot 254); do for b in $(jot 254); do for c in $(jot 254); do 
ifconfig lo1 alias 10.$a.$b.$c; done; done; done

> 30? get real. just configure them.
> I have systems with hundreds.
> 

right

reyk

Reply via email to