From owner-freebsd-pf@FreeBSD.ORG Fri Aug 11 23:58:18 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5648C16A4DA for ; Fri, 11 Aug 2006 23:58:18 +0000 (UTC) (envelope-from reed@reedmedia.net) Received: from ca.pugetsoundtechnology.com (ca.pugetsoundtechnology.com [38.99.2.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60E643D62 for ; Fri, 11 Aug 2006 23:58:13 +0000 (GMT) (envelope-from reed@reedmedia.net) Received: from pool-72-64-101-227.dllstx.fios.verizon.net ([72.64.101.227] helo=reedmedia.net) by ca.pugetsoundtechnology.com. with esmtp (Exim 4.54) id 1GBcm7-00015F-Oo; Fri, 11 Aug 2006 12:34:31 -0700 Received: by glacier.reedmedia.net (Postfix, from userid 1000) id 973844DD86; Fri, 11 Aug 2006 14:37:14 -0500 (CDT) Date: Fri, 11 Aug 2006 14:37:14 -0500 (CDT) From: "Jeremy C. Reed" To: beno In-Reply-To: <44DCD5E4.9020405@2012.vi> Message-ID: References: <44DCD5E4.9020405@2012.vi> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-pf@freebsd.org Subject: Re: What Do These Devices Do? X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 23:58:18 -0000 On Fri, 11 Aug 2006, beno wrote: > I'm following a great tutorial on how to build strong and safe IPFilters. > However, I don't have the same devices in my box that it references, and I > don't know what my devices do, so I can't write my rules yet. Please tell me > what these guys do (what packets they receive or send, etc.): > > vr0 vr0 is probably your network card, like a D-Link or VIA Rhine Ethernet. > plip0 IP over parallel line. Rarely used. > lo0 This is your loopback interface, such as 127.0.0.1 "ifconfig -a" should tell you about your interfaces. And use "netstat -bi" to see if they are used too.