[KLUG Members] NFS and time travel

Robert G. Brown members@kalamazoolinux.org
Sun, 28 Dec 2003 14:36:45 -0500


On Sun, 28 Dec 2003 12:49:48 -0500, Bruce Smith <bruce@armintl.com> wrote:
>How's your resolver?  Can it find the server/client by name?
>Try IP addresses in your exports file instead of names.
I didn't try this, but I did try to ping hapro from gummo and vice-versa. 

Sure enough, there was an old entry for gummo in the /etc/hosts file on
harpo! I made sure that I could ping cleanly both ways, and one of the
mount commands (with harpo as the client) now works:

[root@harpo /root]# mount gummo:/home/bob /gummo
[root@harpo /root]# df
Filesystem         1024-blocks  Used Available Capacity Mounted on
....
gummo:/home/bob      2682828  122445   2560383      6%   /gummo

However, harpo as a server is still a no-go....

[root@gummo root]# ping -c 3 harpo
PING harpo.whizdomsoft.com (192.168.24.11) 56(84) bytes of data.
64 bytes from harpo (192.168.24.11): icmp_seq=1 ttl=64 time=0.712 ms
64 bytes from harpo (192.168.24.11): icmp_seq=2 ttl=64 time=0.696 ms
64 bytes from harpo (192.168.24.11): icmp_seq=3 ttl=64 time=0.672 ms
 
--- harpo.whizdomsoft.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2018ms
rtt min/avg/max/mdev = 0.672/0.693/0.712/0.027 ms
[root@gummo root]# mount harpo:/home/bob /harpo -o nfsvers=2,rsize=1024,wsize=1024
mount: harpo:/home/bob failed, reason given by server: Permission denied

The results are no different if I use IP addresses now.

Nice improvement... at least there's some connectivity now....

								Regards,
								---> RGB <---