From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 7 12:00:13 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EFDF16A47A for ; Sat, 7 Apr 2007 12:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CD1EA13C46A for ; Sat, 7 Apr 2007 12:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l37C0CTb004102 for ; Sat, 7 Apr 2007 12:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l37C0Cq8004099; Sat, 7 Apr 2007 12:00:12 GMT (envelope-from gnats) Resent-Date: Sat, 7 Apr 2007 12:00:12 GMT Resent-Message-Id: <200704071200.l37C0Cq8004099@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tom Judge Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3828416A401 for ; Sat, 7 Apr 2007 11:53:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 2936613C46A for ; Sat, 7 Apr 2007 11:53:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l37BrA0d079905 for ; Sat, 7 Apr 2007 11:53:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l37Bm8a5078034; Sat, 7 Apr 2007 11:48:08 GMT (envelope-from nobody) Message-Id: <200704071148.l37Bm8a5078034@www.freebsd.org> Date: Sat, 7 Apr 2007 11:48:08 GMT From: Tom Judge To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/111354: Mountd replies using wrong source address X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 12:00:13 -0000 >Number: 111354 >Category: bin >Synopsis: Mountd replies using wrong source address >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 07 12:00:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Tom Judge >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD beaker.mintel.co.uk 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Tue Mar 20 10:32:46 GMT 2007 root@bob.mintel.co.uk:/usr/obj/usr/src/sys/BUNSEN_BEAKER i386 >Description: When using an IP alias to provide NFS services to a network mountd will reply to requests sent to the alias IP from the main IP on that network: ifconfig em0 em0: flags=8843 mtu 8192 options=b inet 172.31.0.19 netmask 0xffffff00 broadcast 172.31.0.255 inet 172.31.0.200 netmask 0xffffffff broadcast 172.31.0.200 ether 00:13:72:5c:89:67 media: Ethernet autoselect (1000baseTX ) status: active Relevant line from client fstab: 172.31.0.200:/cfarm/ports /usr/ports nfs ro 0 0 When the client mounts the file system replies from mountd originate from 172.31.0.19 rather than from 172.31.0.200. Could this be solved by adding the -h option mountd that is already present in nfsd and rpcbind, so that the bind address of mountd could be specified? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: