Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2008 16:17:23 +0200
From:      Bernd Walter <ticso@cicely7.cicely.de>
To:        Charles Beckham <cbeckham@gmail.com>
Cc:        freebsd-hackers@freebsd.org, David Wolfskill <david@catwhisker.org>
Subject:   Re: Obytes counter in netstat not incrementing
Message-ID:  <20080905141723.GI17711@cicely7.cicely.de>
In-Reply-To: <f9ac6b770809021722n13cdee5dmd4bb2cb62a53d854@mail.gmail.com>
References:  <f9ac6b770808312346i61afe359y67a795715cede824@mail.gmail.com> <20080902154131.GH1089@bunrab.catwhisker.org> <f9ac6b770809021315x4b754a0bu81cfca9578c753bc@mail.gmail.com> <20080902203809.GK1089@bunrab.catwhisker.org> <f9ac6b770809021722n13cdee5dmd4bb2cb62a53d854@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 02, 2008 at 05:22:10PM -0700, Charles Beckham wrote:
> i've already made the changes to rc.conf, but since its a shared
> machine and almost all addresses are in use, i'll have to schedule a
> reboot before i can make changes effective, i will post a follwup
> after i've made these changes. thanks for you assistance.

Be carefull with the mask - the primary should match the network range.
Just additional ones need to be /32.
If you are using multiple network ranges then you need multiple primary
ones.

I'm not a friend of large aliases on Ethernet anyway, since it just
creates large ARP tables and wastes addresses (broadcast, ...).
What I normaly do is configuring additional addresses (not part of
any LAN) on lo0.
Then you just route those addresses to the host.
Using LAN IPs is just a workaround when you can't route IPs or other
special requirements exists.
One of the special requirement might be that the clients are
distributed on the same LAN, so you don't want to pass everything over
a router.
But the typical case for such a large number of addresses are internet
services and in that case everything has to pass your router anyway.

-- 
B.Walter <bernd@bwct.de> http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080905141723.GI17711>