Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932656AbWJLQTz (ORCPT ); Thu, 12 Oct 2006 12:19:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932655AbWJLQTz (ORCPT ); Thu, 12 Oct 2006 12:19:55 -0400 Received: from mailer.gwdg.de ([134.76.10.26]:27054 "EHLO mailer.gwdg.de") by vger.kernel.org with ESMTP id S1422862AbWJLQTy (ORCPT ); Thu, 12 Oct 2006 12:19:54 -0400 Date: Thu, 12 Oct 2006 17:49:30 +0200 (MEST) From: Jan Engelhardt To: Trond Myklebust cc: Alan Cox , Greg KH , linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@osdl.org, akpm@osdl.org, Chuck Lever Subject: Re: [patch 03/19] SUNRPC: avoid choosing an IPMI port for RPC traffic In-Reply-To: <1160665277.6004.27.camel@lade.trondhjem.org> Message-ID: References: <20061010165621.394703368@quad.kroah.org> <20061010171429.GD6339@kroah.com> <1160610353.7015.8.camel@lade.trondhjem.org> <1160615547.20611.0.camel@localhost.localdomain> <1160616905.6596.14.camel@lade.trondhjem.org> <1160665277.6004.27.camel@lade.trondhjem.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 832 Lines: 21 >man 8 mountd and check out the '-p' option. statd has a similar one. >Even the in-kernel lockd daemon's can be set to listen to fixed ports. > >So there really shouldn't be any problems nailing down your RPC ports. Thank you for the hint. However, poking /etc/init.d/nfsserver to use the -p option is probably just as bad as adding "mountd 49500/tcp" to /etc/services I am currently doing -- both get reverted on a distro upgrade. Switching to CIFS will probably solve it all - one port instead of three/four (and a fixed one), much more firewall- and initscript-friendly. -`J' -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/