[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Qube3/NASRAQ/NFS mount
- Subject: [cobalt-users] Qube3/NASRAQ/NFS mount
- From: "Larry Bates" <lbates@xxxxxxxxxxxxxxxx>
- Date: Tue Mar 20 07:16:50 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I wish to mount NASRAQ using NFS as a mount point on my Qube3.
I have followed NASRAQ instructions but continue to get a Permission Denied
error
message. I know this should be easy, but it's not.
My configuration:
hosts.allow
-----------
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
portmap: 192.168.0.0/255.255.255.0
hosts.deny
----------
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
portmap: ALL
exports
-------
[root /etc]# cat exports
/visible/VOL1 192.168.0.1(rw)
Qube3 IP address is 192.168.0.1
showmount
---------
[root /etc]# /usr/sbin/showmount -e
Export list for nasraq01.syscononline.com:
/shares/md0/shares/2 192.168.0.1
rpcinfo (from Qube3)
--------------------
[root /]# /usr/sbin/rpcinfo -p 192.168.0.20
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100005 1 udp 635 mountd
100005 2 udp 635 mountd
100005 1 tcp 635 mountd
100005 2 tcp 635 mountd
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
NASRAQ IP address is 192.168.0.20
NFS mount
----------
[root /]# mount -t nfs 192.168.0.20:/visible/VOL1 /mnt/nasraq01
mount: 192.168.0.20:/visible/VOL1 failed, reason given by server:
Permission denied
(VOL1 can be found under /visible)
(/mnt/nasraq01 exists)
tail of var/log/message logfile
--------------------------------
Mar 19 18:24:27 nasraq01 mountd[502]: NFS mount of /shares/md0/shares/2
attempted from 192.168.0.1
Mar 19 18:24:27 nasraq01 mountd[502]: Unauthorized access by NFS client
192.168.0.1.
Mar 19 18:24:27 nasraq01 mountd[502]: Blocked attempt of 192.168.0.1 to
mount
/shares/md0/shares/2
Any help would be greatly appreciated.
-Larry