From owner-freebsd-questions Tue Feb 23 14:21:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id A81C511A9A for ; Tue, 23 Feb 1999 14:21:22 -0800 (PST) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 23 Feb 1999 17:22:45 -0500 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB441A5F1A@site2s1> From: Christopher Michaels To: 'Benn Sugden' , freebsd-questions@FreeBSD.ORG Subject: RE: IP addresses Date: Tue, 23 Feb 1999 17:21:56 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From the FreeBSD FAQ (http://www.freebsd.org/FAQ/FAQ186.html#188) 10.9. How can I setup Ethernet aliases? Add ``netmask 0xffffffff'' to your ifconfig command-line like the following: ifconfig ed0 alias 204.141.95.2 netmask 0xffffffff Also this can be defined in the rc.conf I believe the line is the following: ifconfig_ed0_alias0 "204.141.95.2 netmask 0xffffffff" ifconfig_ed0_alias1 "204.141.95.3 netmask 0xffffffff" ... Unfortunately I am not in front of my BSD machine as I am at work and cannot verify this. Hopefully someone else on the list will correct me if I'm wrong, otherwise I will double check the syntax when I get home. -Chris > -----Original Message----- > From: Benn Sugden [SMTP:bsugden@email.com] > Sent: Friday, January 22, 1999 8:49 PM > To: freebsd-questions@FreeBSD.ORG > Subject: IP addresses > > Hi, > > do you now how to give multiple IP addresses to a FreeBSD machine? say > about 64 of them.... > > Cheers, > Benn > > 'They say a secret is something you tell one other person, so I'm telling > you.... ' > - Bono To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message