From owner-freebsd-questions Tue Jun 18 11:13:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14503 for questions-outgoing; Tue, 18 Jun 1996 11:13:47 -0700 (PDT) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA14493 for ; Tue, 18 Jun 1996 11:13:45 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by ref.tfs.com (8.7.5/8.7.3) with SMTP id LAA01787 for ; Tue, 18 Jun 1996 11:13:20 -0700 (PDT) Received: (from narvi@localhost) by haldjas.folklore.ee (8.6.12/8.6.12) id VAA08911; Tue, 18 Jun 1996 21:11:41 +0300 Date: Tue, 18 Jun 1996 21:11:40 +0300 (EET DST) From: Narvi To: questions@freebsd.org cc: John Clark Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: John Clark > Date: Tue, 18 Jun 1996 12:01:40 -0500 (EST) > Subject: ifconfig alias > > Hello, > > I am trying to alias my NIC with several ip numbers. It would appear that > only the first one works. If someone knows how to do this, please let me > know. The trick is to set the netmask to 255.255.255.255 for the other aliases on the same subnet. And most possibly add a static route to them route add .... - though I am not sure about that. Sander > > Thanks, > > > > John Clark > [jrclark@netview.net]