> > "Francis Litterio" wrote
> >> > I have added port 2049 (nfs) in the firewall rules in my RH7.2 box
> >> > but still while trying to mount -t nfs remote_host:/dir /mnt/nfs
> >> > fails with the error mount: RPC: Timed out
> >> > Yes, portmap is running on local machine and nfsd on the remote.
> ...
> >> > In fact, I had installed RH7.2 on my local machine using bootnet
> >> > floppy via NFS exported remote_host:/dir a few minutes back.
> >> It sounds like the firewall on the local machine is blocking outbound
> >> TCP traffic to your NFS server.
> > It's just as likely that the machine on the receiving
> > end is blocking the input
> Well, the OP said:
> > In fact, I had installed RH7.2 on my local machine using bootnet floppy
> > via NFS exported remote_host:/dir a few minutes back.
> so I think the NFS server is not blocking inbound NFS traffic.
Well, I've actually been through this *exact* scenario (network
install via NFS using a bootnet floppy, followed by an attempt to
mount a volume using NFS) and the firewall installed by anaconda
(using the configuration I requested, of course, which allowed
appropriate access for the daemons relevant to NFS) blocked the
incoming NFS traffic so that I could not mount an NFS volume.
I would have been clearer if I had said "the local machine" rather
than the "machine on the receiving end," since by that I meant the
local machine in the mode of receiving data from the NFS server. In
fact, with tcpdump, I watched my newly-installed OS send out an NFS
request from an arbitrary port, only to refuse the response from the
server on that same port.
Did you really think I meant the remote NFS server wasn't working?