From owner-freebsd-hackers Thu Oct 10 11:56:14 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA09051 for hackers-outgoing; Thu, 10 Oct 1996 11:56:14 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA09040 for ; Thu, 10 Oct 1996 11:56:12 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id LAA00495; Thu, 10 Oct 1996 11:55:53 -0700 (PDT) To: "Eric J. Chet" cc: Ollivier Robert , hackers@FreeBSD.org Subject: Re: IP ALIASING In-reply-to: Your message of "Thu, 10 Oct 1996 14:46:11 EDT." Date: Thu, 10 Oct 1996 11:55:53 -0700 Message-ID: <493.844973753@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Hello > Why does this not work with ppp0 under -current? > > >ifconfig ppp0 alias 206.103.246.162 netmask 0xffffffff > >ifconfig: ioctl (SIOCAIFADDR): Destination address required Because it's not the correct syntax for an ifconfig command? ;-) If you read the man page, you'll see that alias is a parameter and, as such, must follow the address, not precede it. Jordan