From owner-freebsd-current Sun Jun 18 13:01:16 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA00887 for current-outgoing; Sun, 18 Jun 1995 13:01:16 -0700 Received: from whisker.internet-eireann.ie (whisker.internet-eireann.ie [194.9.34.204]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA00877 for ; Sun, 18 Jun 1995 13:01:08 -0700 Received: from localhost (localhost [127.0.0.1]) by whisker.internet-eireann.ie (8.6.11/8.6.9) with SMTP id VAA05587; Sun, 18 Jun 1995 21:00:13 +0100 X-Authentication-Warning: whisker.internet-eireann.ie: Host localhost didn't use HELO protocol To: michael butler cc: freebsd-current@freebsd.org Subject: Re: GENERIC kernel & some basic UNIX pointers (fwd) In-reply-to: Your message of "Mon, 19 Jun 1995 01:10:56 +1000." <199506181510.BAA16697@asstdc.scgt.oz.au> Date: Sun, 18 Jun 1995 21:00:12 +0100 Message-ID: <5584.803505612@whisker.internet-eireann.ie> From: "Jordan K. Hubbard" Sender: current-owner@freebsd.org Precedence: bulk > One reason that it can't be used in some instances is that it currently > provides no mechanism (that I've found) with which to disable ip-address > negotiation. Specific examples which will always fail are connections to a You should be able to do so by setting the addresses explicitly, at least according to the man page. You tried this, I assume? Jordan