From owner-freebsd-current Mon Jul 31 15:27:52 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id PAA03007 for current-outgoing; Mon, 31 Jul 1995 15:27:52 -0700 Received: from pelican.com (pelican.com [134.24.4.62]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id PAA02999 for ; Mon, 31 Jul 1995 15:27:49 -0700 Received: by pelican.com (Smail3.1.28.1 #5) id m0sd3JJ-000K2lC; Mon, 31 Jul 95 15:27 WET DST Message-Id: From: pete@pelican.com (Pete Carah) Subject: ifconfig nit... To: current@freebsd.org Date: Mon, 31 Jul 1995 15:27:45 -0700 (PDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1245 Sender: current-owner@freebsd.org Precedence: bulk I've found on trying a multihomed-www trick (using the advice in the FAQ coupled with some from Cerfnet's web folks) that ifconfig xxxxx alias works but gives an error message that might make some think it isn't working. -------------------------------------------------------- ns# ifconfig ed0 205.199.148.10 alias ifconfig: ioctl (SIOCAIFADDR): File exists ns# ifconfig ed0 205.199.148.11 alias ifconfig: ioctl (SIOCAIFADDR): File exists ns# ifconfig ed0 205.199.148.12 alias ifconfig: ioctl (SIOCAIFADDR): File exists ------------------------------------------------------- This actually does add the alias without disturbing the rest of the ifconfig, if I believe netstat -i (and ping from another host). It looks like the aliases can't be ping'd from within the multihomed host, though, without either some magic route incantation, or perhaps fixing something. The real objective here is a multihomed eudora server; popper won't differentiate domains without the same trick that http needs, because of a simple fact that the protocol-originators never thought of... (it would once have been simple to have http pass the entire request to the server instead of stripping the server-hostname from the request...) Not any more!! -- Pete