"D.K." <(E-Mail Removed)> writes:
>i think i have done this all...
>Expoprts:
>[root@sysxen01 etc]# tail exports
>/nfsdir *(rw,sync,no_root_squash) 192.168.22.0/24(rw,sync,no_root_squash)
>Hosts.allow:
>[root@sysxen01 etc]# tail hosts.allow
>#
>ALL: ALL
>portmap: 192.168.22.0/255.255.255.0
>lockd: 192.168.22.0/255.255.255.0
>rquotad: 192.168.22.0/255.255.255.0
>mountd: 192.168.22.0/255.255.255.0
>statd: 192.168.22.0/255.255.255.0
>ANY: ANY
>Iptables are stopped
>root@sysxen01 ~]# exportfs -v
>/nfsdir
>192.168.22.0/24(rw,wdelay,no_root_squash,no_subtree_check,anonu id=65534,anongid=65534)
>/nfsdir
><world>(rw,wdelay,no_root_squash,no_subtree_check ,anonuid=65534,anongid=65534)
>Ideas??
Nope, except try lookin in the various /var/log files for some clue.
Ie try mounting and doing tail on various of the files to see if there is
anything there.
>DK
>"Unruh" <unruh-(E-Mail Removed)> schrieb im Newsbeitrag
>news:7Uklk.3653$%b7.3221@edtnps82...
>> "D.K." <(E-Mail Removed)> writes:
>>
>>>Hi all,
>>>i hope someone can help me.
>>>i cant mount an NFS share from remote.
>>>i have to mount the nfs share vom the local server and from one remote
>>>server.
>>>mount to 127.0.0.1 will work, but not from the same device while using the
>>>eth0 ip-address.
>>>its an preinstalled appliance image so i dont take the most settings.
>>
>>>[root@sysxen01 etc]# mount -t nfs 192.168.22.94:/nfsdir /mntdir
>>
>>>mount: mount to NFS server '192.168.22.94' failed: System Error:
>>>Connection
>>>refused.
>>
>> Well, make sure that portman and mountd have permissions in
>> /etc/hosts.allow, and that the file system is actually exported
>> (/etc/exports and exportfs) to 192.168.22.94
>>
>>
>>>[root@sysxen01 etc]# mount -t nfs 127.0.0.1:/nfsdir /mntdir
>>
>>>[root@sysxen01 etc]#
>>
>>
|