Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ayuda nfs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
d2clon
n00b
n00b


Joined: 08 Jun 2003
Posts: 60

PostPosted: Tue Jun 17, 2003 9:48 pm    Post subject: ayuda nfs Reply with quote

hola gente.. otra vez :)

no consigo montar un sistema de ficheros en remoto .. mirad:

este es mi exports:

Code:
 
localhost root # cat /etc/exports
# /etc/exports: NFS file systems being exported.  See exports(5).
 
/home/gato      172.26.0.3(sync,rw) localhost(sync,rw)



ahora arranco el nfs:

Code:


localhost root # /etc/init.d/nfs start
 * Starting NFS statd...                  [ ok ]
 * Exporting NFS directories...       [ ok ]
 * Starting NFS daemon..              [ ok ]
 * Starting NFS mountd...               [ ok ]



ahora voy a la maquina remota (172.26.0.3) y:

Code:

[root@mazinger log]# mount 172.26.0.2:/home/gato /mnt/compartido/
mount: RPC: El tiempo expiró


:(.. podria ser que no se hubiera levantado el demonio o algo nose..

pero haciendo pruebas he hecho .. en la misma maquina servidor.. contra sí misma:

Code:

localhost root # mount localhost:/home/gato/ /mnt/yo
localhost root # ls /mnt/yo
Desktop  Mail  MensajesEnviados  dcc  grab.mpg  md5


como veis.. perfect..

nose nose por que no me funa en remoto.. ah¡ la red esta mal.. pues no... no creo .. ya que todo esto lo estoy trasteando desde ssh delante de la maquina cliente..

para mas informacion:

servidor: gentoo: linux-2.4.20-xfs-r3
cliente: redhat 7: no se que version del kernel :(

un saludo.. el d2¡¡
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Tue Jun 17, 2003 9:54 pm    Post subject: Reply with quote

sorry to write in english, but i can't replay in your language.
anyway... i can read and understand your post.

i think the problem you have has to do with that, that you did not start portmap on the system where you try to mount the nfs share.

cheers

SteveB
Back to top
View user's profile Send private message
d2clon
n00b
n00b


Joined: 08 Jun 2003
Posts: 60

PostPosted: Wed Jun 18, 2003 3:08 pm    Post subject: Reply with quote

uffff...
que sudores..

la solucion habia que buscarla en el /var/log/messages del servidor..
resulta que ahi se veia como el cliente intentaba conectar y el servidor le dejaba:
Code:

Jun 18 17:54:16 localhost rpc.mountd: authenticated mount request from mazinger.mydomain.com:635 for /mnt/compartido (/mnt/compartido)
 


pero el cliente no aceptaba la invitacion:

Code:

[root@mazinger pimpom]#  mount susana:/mnt/compartido /mnt/compartido/
mount: RPC: El tiempo expiró


y el problema estaba en las ipchains.. que no se muy bien lo que es .. pero debe ser un rollo de firewire o nose.. el caso es que el cliente tenia bloqueadas las conexiones nfs..

ese era el problema.. ya todo bien..

besos..

SteveB .. the first that i did after read your post:
Code:

[root@mazinger pimpom]# ps aux | grep portmap
rpc        629  0.0  0.1  1512  584 ?        S    15:37   0:00 portmap
root      1744  0.0  0.2  1780  772 pts/3    S    18:08   0:00 grep portmap


but all rigth .. thx ... bye
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum