je n'arrive pas à monter mon réseau nfs entre deux machines linux.
coté client(machine Corinne):
/etc/hosts: 127.0.0.1 localhost 127.0.0.1 ordicor.chezcor.cheznous ordicor 192.168.0.1 pcmat.chezmoi.cheznous pcmat 192.168.0.2 Corinne.chezcor.cheznous Corinne /etc/hosts.allow: ALL:192.168.0.1 ALL:192.168.0.2 /etc/hosts.deny ALL:ALL
coté serveur(machine pcmat):
/etc/hosts: 127.0.0.1 localhost 127.0.0.1 ordifix.chezmoi.cheznous ordifix 192.168.0.1 pcmat.chezmoi.cheznous pcmat 192.168.0.2 Corinne.ordicor.cheznous Corinne 192.168.0.3 macthomas.cheztom.cheznous macthomas /etc/exports /home/matser Corinne(rw,subtree_check,insecure) /etc/hosts.allow ALL:192.168.0.2 /etc/hosts.deny ALL:ALL
sur le serveur je tape (je suis sous slackware):
/etc/rc.d/rc.nfsd
sur le client:
mount -t nfs 192.168.0.1:/home/matser /mnt/net
et cette commande me répond:
mount.nfs: mount to NFS server '192.168.0.1:/home/matser' failed: RPC Error: Program not registered
quelqu'un a une idée?


