From owner-freebsd-questions Mon Jul 8 02:06:05 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18986 for questions-outgoing; Mon, 8 Jul 1996 02:06:05 -0700 (PDT) Received: from skeg.cst.com.au (skeg.cst.com.au [203.61.252.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA18976 for ; Mon, 8 Jul 1996 02:05:59 -0700 (PDT) Received: (from bala@localhost) by skeg.cst.com.au (8.6.12/8.6.11) id TAA01604 for freebsd-questions@freebsd.org; Mon, 8 Jul 1996 19:05:57 +1000 From: Bala Periasamy Message-Id: <199607080905.TAA01604@skeg.cst.com.au> Subject: Virtual Host To: freebsd-questions@freebsd.org Date: Mon, 8 Jul 1996 19:05:56 +1000 (EST) X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have got one interface I want to make this interface point to two IP address On the command line, if i type the following it works. >ifconfig ed0 inet 100.x.xx.x alias >route add -host 100.x.xx.x 127.0.0.1 I want the above to happen when the machine reboots. What should I do in the /etc/sysconfig file. In what format, do I have to add lines? thanx