From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 13:15:32 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 0E23E37B405 for ; Wed, 2 Apr 2003 13:15:32 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635B443F93 for ; Wed, 2 Apr 2003 13:15:31 -0800 (PST) (envelope-from sandshrimp@attbi.com) Received: from attbi.com (12-228-93-40.client.attbi.com[12.228.93.40]) by sccrmhc02.attbi.com (sccrmhc02) with SMTP id <2003040221153000200751mae>; Wed, 2 Apr 2003 21:15:30 +0000 Message-ID: <3E8AE2E1.5020700@attbi.com> Date: Wed, 02 Apr 2003 13:17:21 +0000 From: Ryan Merrick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021026 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Avleen Vig References: <20030402193251.GT90760@silverwraith.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Stopping X binding to network 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, 02 Apr 2003 21:15:32 -0000 Avleen Vig wrote: >I have multiple network interfaces in my machine, and don't want X to >listen on the internet facing NIC. >Is there a way to control this? I can't find any details apart from >using ACLs or other layer of security. > >I just don't want it to bind to that interface :-) > > > The default for X is not to listen to any tcp traffic. xinit /home/flame/.xinitrc -- -nolisten tcp -Ryan