From owner-freebsd-questions Mon Jul 22 14:18:07 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10390 for questions-outgoing; Mon, 22 Jul 1996 14:18:07 -0700 (PDT) Received: (from jmb@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10363; Mon, 22 Jul 1996 14:18:03 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199607222118.OAA10363@freefall.freebsd.org> Subject: Re: Aliases on different subnets, How? To: PLAZAS_CHRISTIAN@mercury.csg.peachnet.edu (Christian) Date: Mon, 22 Jul 1996 14:18:03 -0700 (PDT) Cc: questions@freebsd.org In-Reply-To: <2BD20F7BDD@mercury.csg.peachnet.edu> from "Christian" at Jul 22, 96 05:12:48 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christian wrote: > > Hi, > > I have a FreeBSD box that I would like to create an alias for > that is on another subnet. Both subnets are on the same physical > wire. I have used this command: > > ifconfig ed0 alias 168.26.195.19 netmask 255.255.255.0 ^^^^^^ alias ip addresses must have a netmask of 255.255.255.255 jmb