From owner-freebsd-questions Mon Apr 22 20:56:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28902 for questions-outgoing; Mon, 22 Apr 1996 20:56:26 -0700 (PDT) Received: from synwork.com (root@synwork.com [199.3.234.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA28890 for ; Mon, 22 Apr 1996 20:56:22 -0700 (PDT) Received: (from mike@localhost) by synwork.com (8.6.12/8.6.12) id WAA00423; Mon, 22 Apr 1996 22:56:08 -0500 Date: Mon, 22 Apr 1996 22:56:07 -0500 (CDT) From: Mike Kercher To: questions@freebsd.org Subject: ifconfig question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am running a webserver here with 2 separate domains and everything is working fine as long as IP's are assigned to my modem and NIC. The problem is, I want to have more domains and can't add a NIC for each IP. What I want to do is assign 204.120.255.16 netmask 255.255.255.240 to my NIC, and I want to alias 204.120.255.19 to the same interface. I assume I will assign 204.120.255.16 in /etc/sysconfig What is the syntax and where should it be used to alias a second and possibly a third to ed0? TIA