Date: Wed, 27 Sep 2000 11:39:45 -0700 From: Rolo <rhall@rhall.sc.scruznet.com> To: freebsd-stable@freebsd.org Subject: NFS mount sun server using ip aliase Message-ID: <20000927113945.A59751@rhall.sc.scruznet.com>
next in thread | raw e-mail | index | archive | help
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<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> 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<UP,BROADCAST,RUNNING,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000927113945.A59751>
