On Fri, 25 Jun 2004 13:42:59 -0700, Jeff Krimmel wrote:
> On Fri, 25 Jun 2004 19:09:49 +0000, Andrei Ivanov wrote:
>
>> In comp.os.linux.networking Jeff Krimmel <(E-Mail Removed)>
>> wrote:
>>> On Fri, 25 Jun 2004 02:04:31 +0000, Andrei Ivanov wrote:
>>>>> mount clntudp_create: RPC: Port mapper failure - RPC: Timed out [...]
>>>>
>>>> Before running showmount/rpcinfo on the client host, start "tcpdump -n
>>>> udp" on both client and server. If you won't see inbound RPC (111/udp)
>>>> packets on server, then check iptables/ipchains (both with "-L -n"
>>>> options) on both sides to check whether there is something relevant in
>>>> there.
>>
>> I'm sory for mis-guiding you :-( It should have been 'tcp' instead of
>> 'udp', or just 'port sunrpc'.
>>
>> Open two terminals on client and one on server.
>>
>> client1# rpcinfo -p server
>> client2# tcpdump -n port sunrpc
>> server1# tcpdump -n port sunrpc
>
> [snip expected output]
>
> I did the three commands you listed above, and I see the expected output
> on the client, but I see nothing on the server. If I reverse the two, I
> can see everything on both systems (i.e., when I "rpcinfo -p client" from
> the server and tcpdump on both).
>
> The client can ping the server and vice versa, but for some reason the
> client cannot see the server via RPC. The server can, however, see the
> client via RPC. I have been looking a lot at this problem, and it seems as
> though somehow the "route" command may be involved. Do you think this is
> somehow a problem of the client not having the correct route to the
> server? I know so very little about this that any help would be
> appreciated.
And I suppose I should mention that the client in this case already has an
existing NFS connection to a different server, and the server in this case
is already successfully acting as an NFS server to different clients. So,
the proper NFS services are definitely running from both sides.
Jeff
--
Add an underscore between 'd' and 's' and remove the first three
letters of the alphabet for email.
|