From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taylor Grant Subject: Re: Cleanest way to deal with loopback interface? Date: Wed, 13 Apr 2005 20:09:46 -0500 Message-ID: <425DC2DA.7010608@riverviewtech.net> References: <1113425449.3544.177.camel@seberino.spawar.navy.mil> <20050413211349.GA31336@bender.817west.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050413211349.GA31336@bender.817west.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jason Opperisano Cc: netfilter@lists.netfilter.org > allow traffic on the loopback interface unconditionally, and allow the > linux routing code 'martian' checks to drop 127.0.0.0/8 packets received > 'on the wire' as it does by default. I don't think this is such a good idea. I could reconfigure my system such that it's loop back interface was not in the 127.0.0.0/8 network and set a route to the 127.0.0.0/8 network to be via your IP on the LAN. Assuming that your system and my system were on the same LAN and subnet and we could ping each other I would be able to access your 127.0.0.1 address as your kernel would forward traffic to the loop back network in your system. Grant. . . .