From owner-freebsd-stable Wed Sep 27 11:40: 4 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rhall.sc.scruznet.com (rhall.sc.scruznet.com [165.227.39.129]) by hub.freebsd.org (Postfix) with ESMTP id E3C8037B422 for ; Wed, 27 Sep 2000 11:39:45 -0700 (PDT) Received: (from rhall@localhost) by rhall.sc.scruznet.com (8.11.0/8.11.0) id e8RIdjf64258 for freebsd-stable@freebsd.org; Wed, 27 Sep 2000 11:39:45 -0700 (PDT) (envelope-from rhall) Date: Wed, 27 Sep 2000 11:39:45 -0700 From: Rolo To: freebsd-stable@freebsd.org Subject: NFS mount sun server using ip aliase Message-ID: <20000927113945.A59751@rhall.sc.scruznet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to mount an NFS file system from a Solaris 2.7 box, using Freebsd 4.1s as the client. The Solaris box uses a VIP to allow nfs services to be passed to another box in the cluster via Veritas vcs. I can mount the file system if I go to the real ip(hme0) but not if I try to mount using the vip (hme0:1). The Sun box looks like... # ifconfig -a lo0: flags=849 mtu 8232 inet 127.0.0.1 netmask ff000000 hme0: flags=863 mtu 1500 inet 10.101.10.51 netmask ffffff00 broadcast 10.101.10.255 ether 8:0:20:d1:e1:16 hme0:1: flags=843 mtu 1500 inet 10.101.10.25 netmask ffffff00 broadcast 10.101.10.255 The fstab on the FreeBSD box looks like this... 10.101.10.51:/photos/001 /photos/001 nfs rw,soft,bg,intr 10.101.10.25:/photos/002 /photos/002 nfs rw,soft,bg,intr photos/001 mounts fine, photos/002 does not. All our NFS clients up to this point have been Solaris boxes, but we would like to convert to FreeBSD, but this is a show stopper. Thank You Roland Hall rhall@rhall.sc.scruznet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message