icoms_sp
(usa Fedora)
Enviado em 08/12/2011 - 10:15h
Caros Amigos,
Tenho 3 servidores Linux na empresa (2 DELL R200 e um "Frank"), configurei o NFS em todos assim:
[root@odin etc]# vi /etc/exports
/home 192.168.0.0/24(rw,sync,no_root_squash)
/opt 192.168.0.0/24(rw,sync,no_root_squash)
Quando monto o diretório /home (o "Frank" como server) em um dos R200 (como cliente) ele funciona perfeitamente.
Mas quanto tento montar /home (um dos R200 como server) no R200 (o outro R200 como cliente) da a seguinte mensagem:
[root@euro mnt]# mount -t nfs 192.168.0.9:/opt /mnt/odin.opt
mount.nfs: Connection timed out
Ambos servidores R200 estão com o NFS rodando:
[root@euro mnt]# service nfs status
rpcsvcgssd.service - LSB: Starts the RPCSEC GSS server daemon
Loaded: loaded (/etc/rc.d/init.d/rpcsvcgssd)
Active: active (running) since Thu, 08 Dec 2011 09:44:58 -0200; 27min ago
Process: 5683 ExecStart=/etc/rc.d/init.d/rpcsvcgssd start (code=exited, status=6/NOTCONFIGURED)
CGroup: name=systemd:/system/rpcsvcgssd.service
nfs.service - LSB: Start up the NFS server sevice
Loaded: loaded (/etc/rc.d/init.d/nfs)
Active: active (running) since Thu, 08 Dec 2011 09:44:58 -0200; 27min ago
Process: 5657 ExecStart=/etc/rc.d/init.d/nfs start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/nfs.service
├ 5698 rpc.rquotad
└ 5714 rpc.mountd
nfs.service - LSB: Start up the NFS server sevice
Loaded: loaded (/etc/rc.d/init.d/nfs)
Active: active (running) since Thu, 08 Dec 2011 09:44:58 -0200; 27min ago
Process: 5657 ExecStart=/etc/rc.d/init.d/nfs start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/nfs.service
├ 5698 rpc.rquotad
└ 5714 rpc.mountd
nfs.service - LSB: Start up the NFS server sevice
Loaded: loaded (/etc/rc.d/init.d/nfs)
Active: active (running) since Thu, 08 Dec 2011 09:44:58 -0200; 27min ago
Process: 5657 ExecStart=/etc/rc.d/init.d/nfs start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/nfs.service
├ 5698 rpc.rquotad
└ 5714 rpc.mountd
O Firewall também esta com a porta 2049 liberada.
Não sei mais o que fazer, se aguem souber o que esta acontecendo, por favor, manda uma dica ai.
Vlw