From owner-freebsd-net@FreeBSD.ORG Sat Mar 6 22:35:06 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0880D16A4CE for ; Sat, 6 Mar 2004 22:35:06 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF14243D1F for ; Sat, 6 Mar 2004 22:35:04 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc13) with ESMTP id <2004030706350201600gjt39e>; Sun, 7 Mar 2004 06:35:03 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id WAA30310; Sat, 6 Mar 2004 22:35:00 -0800 (PST) Date: Sat, 6 Mar 2004 22:34:59 -0800 (PST) From: Julian Elischer To: Jerry Jensen In-Reply-To: <20040307060634.65073.qmail@web41802.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "."@babolo.ru cc: freebsd-net@freebsd.org Subject: Re: multiple logical interfaces X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 06:35:06 -0000 On Sat, 6 Mar 2004, Jerry Jensen wrote: > Actually, what I want is the equivalent of this (which > is in Linux) on FreeBSD. Note the ip address > associated with each of the logical interfaces > (lo:XX). how is this different from what was showed below? > > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:199 errors:0 dropped:0 overruns:0 > frame:0 > TX packets:199 errors:0 dropped:0 overruns:0 > carrier:0 > collisions:0 txqueuelen:0 > > lo:10 Link encap:Local Loopback > inet addr:202.175.33.10 > Mask:255.255.255.255 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > > lo:11 Link encap:Local Loopback > inet addr:193.65.100.99 > Mask:255.255.255.255 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > > lo:12 Link encap:Local Loopback > inet addr:193.65.100.100 > Mask:255.255.255.255 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > > lo:13 Link encap:Local Loopback > inet addr:210.183.28.42 > Mask:255.255.255.255 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > > --- .@babolo.ru wrote: > ifconfig -a | grep lo > lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0xa > lo1: flags=8049 mtu 16384 > lo2: flags=8008 mtu 16384 > lo3: flags=8008 mtu 16384 >