From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 05:26:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3814237B401 for ; Wed, 25 Jun 2003 05:26:33 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C44A43FF2 for ; Wed, 25 Jun 2003 05:26:30 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from PATRICK (gateway.mip.co.za [209.212.102.245]) (AUTH: LOGIN bsd@perimeter.co.za) by perimeter.co.za with esmtp; Wed, 25 Jun 2003 14:26:25 +0200 Message-ID: <000f01c33b14$ff3e8d20$b50d030a@mip.co.za> From: "Patrick O'Reilly" To: freebsd-questions@freebsd.org Date: Wed, 25 Jun 2003 14:26:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Subject: Alias on loopback interface??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 12:26:33 -0000 Hi folks. I'd appreciate any comments on the pros and cons of configuring an alias IP on the loopback interface. I've tried it and it works OK, but perhaps there are repercussions that have not occurred to me. Why? Well I have a number of BSD gateways, each of which has numerous interfaces, and I am forever confusing myself about which IP address really identifies that box. I am planning to set assign each box a unique IP for my internal admin purposes, but then got to wondering which interface is most suitable to carry this new alias. That's when I though - Hey - why not use lo0 ? I do run ipf/ipnat and ipfw/DUMMYNET on many of these. Clearly I will need to make provision for this unusual traffic on the lo0 interface too. Of course, the IPs I intend using will be RFC1918 compliant private addresses. Thanks for any comments. Regards, Patrick.