From owner-freebsd-stable Sun Sep 23 18: 3: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 0713837B41F; Sun, 23 Sep 2001 18:02:59 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 8C63CBD08; Sun, 23 Sep 2001 18:02:58 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id SAA25737; Sun, 23 Sep 2001 18:02:58 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.3/8.11.3) id f8O11m655896; Sun, 23 Sep 2001 18:01:48 -0700 (PDT) (envelope-from swear@blarg.net) To: "Juha Saarinen" Cc: "'Nik Clayton'" , "'Kevin Oberman'" , Subject: Re: loopback not working for anything other than 127.0.0.1 References: <006301c1448a$78fa4dd0$0a01a8c0@den2> From: swear@blarg.net (Gary W. Swearingen) Date: 23 Sep 2001 18:01:48 -0700 In-Reply-To: <006301c1448a$78fa4dd0$0a01a8c0@den2> Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Juha Saarinen" writes: > I thought about some of the things mentioned in that thread, and having > the ability to use some of the 127/8 addresses could actually be useful. > Is it possible to create aliases for the loopback interface? I'm not sure this is relevant, but I wondered if the KERNCONF syntax "pseudo-device loop [count]" holds like it does for "pseudo-device ppp [count]", to create, say, a "lo1" device, but there's no loop(4) man page like there is a ppp(4) man page. (Anyone want to write a loop(4) man page? I don't.) I only looked at source as far as /sys/net/if_loop.c where it appears to me that multiple "lo" devices are supported. I suppose they would assigned numbers other than "127.0.0.1". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message