From owner-freebsd-questions Tue Apr 21 14:15:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25553 for freebsd-questions-outgoing; Tue, 21 Apr 1998 14:15:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.lsumc.edu (RELAY.LSUMC.EDU [155.58.128.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25502 for ; Tue, 21 Apr 1998 21:14:33 GMT (envelope-from jmire@lsumc.edu) Received: from exchsmtp.lsumc.edu ([155.58.128.147]) by relay.lsumc.edu (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-42511U8000L8000S0) with ESMTP id AAA164 for ; Tue, 21 Apr 1998 16:15:54 -0500 Received: by EXCHSMTP.LSUMC.EDU with Internet Mail Service (5.5.1960.3) id ; Tue, 21 Apr 1998 16:14:04 -0500 Message-ID: From: jmire@lsumc.edu (Mire, John) To: "'FreeBSD Questions'" Subject: RE: IP Aliasing supported? Date: Tue, 21 Apr 1998 16:14:25 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG speaking of IP aliasing on an interface, currently I'm using the following rc.local entry to set ip aliases on the ep0 interface: /bin/echo -n 'setting alias for ep0 interface:' /sbin/ifconfig ep0 inet AAA.BB.CCC.2 netmask 255.255.255.0 alias /sbin/ifconfig ep0 inet AAA.BB.CCC.3 netmask 255.255.255.0 alias /bin/echo ' done.' is there any way to accomplish this with an entry in rc.conf, i.e., for primary interface: ifconfig_ep0="inet AAA.BB.CCC.1 netmask 255.255.255.0" then for the aliases: ifconfig_ep0="inet AAA.BB.CCC.2 netmask 255.255.255.0 alias" ifconfig_ep0="inet AAA.BB.CCC.3 netmask 255.255.255.0 alias" \john -- John Mire: jmire@lsumc.edu LSUMC Shreveport Computer Services pgpkey: voice: 318.675.5443 fax: 318.675.4641 > ---------- > From: Doug White[SMTP:dwhite@gdi.uoregon.edu] > Reply To: Doug White > Sent: Monday, April 20, 1998 4:01 PM > To: Francis Vidal > Cc: FreeBSD Questions > Subject: Re: IP Aliasing supported? > > On Mon, 20 Apr 1998, Francis Vidal wrote: > > > is IP aliasing supported in FreeBSD? > > Yes. > > (This covers both types -- IP address aliasing on interfaces and what > Linux calls ``IP Masquerading''.) > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking > Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message