View Single Post

  #11 (permalink)  
Old 06-26-2004
Jeff Krimmel
 
Posts: n/a
Default Re: Cannot mount via NFS

On Fri, 25 Jun 2004 16:52:22 -0700, Jeff Krimmel wrote:

> On Fri, 25 Jun 2004 23:43:10 +0000, Bill Unruh wrote:
>
>> Jeff Krimmel <madscientist03abc@hotmail.com> writes:

>
> [...]
>
>> ]I have done some more reading, and it looks like my problem might be
>> ]related to the two network interfaces I have set up on the server. The
>> ]server is an NFS server already but only on a second network interface. I
>> ]am trying to mount an NFS partition via the server's first network
>> ]interface. Is it possible for an NFS server to be set up on only one of
>> ]the two interfaces? If so, how can I get the server to act as an NFS
>> ]server on _both_ of its network interfaces?
>>
>> nfs does not care about network interfaces-- it cares about ip addresses.
>> The routing takes care of the interface.
>>
>> Just make sure that you give permission in /etc/exports and that your
>> firewall allows it to happen.

>
> That's good to know, and it's also the frustrating part. Neither machine
> has a firewall up. The export permissions in /etc/exports are set up
> appropriately. The server I am trying to connect to is already an NFS
> server for another set of clients on its other ethernet interface. The
> client I am using is already an NFS client connecting to a different
> server (with a single ethernet interface).
>
> All of the "rpcinfo -p" and "showmount -e" commands I try on the server
> from the client return RPC errors. When I do these commands from the
> server's other clients (that are using the server's other ethernet
> interface), they all work fine. So, RPC is set up and working on both of
> these machines, it's just not working between them. I can ping one from
> the other, I can ssh from one to the other, and I can do just about
> anything else that would imply a solid connection exists between the two.
> The RPC services just aren't jiving between the two for whatever reason.
> I think it has to do with portmapper on the server only paying attention
> to it's private ethernet interface and not looking at the ethernet
> interface I'm trying to connect to. But, absolutely any other ideas would
> be of help; I'm pretty lost.


I guess I should add that the only way I know that a firewall is not
running on either machine is a "/sbin/ipchains -L" on the server (since
it's RedHat 7.3), and a "/sbin/iptables -L" on the client (since it's
RedHat 9.0). All of chains have a default policy of ACCEPT with no rules.
Regardless, as I described above, each machine is successfully operating
in its desired role for _other_ NFS connections, just not the one I want
to establish.

Jeff

--
Add an underscore between 'd' and 's' and remove the first three
letters of the alphabet for email.
Reply With Quote