Networking Forums

Networking Forums > Computer Networking > Linux Networking > MOUNT failed to NFS

Reply
Thread Tools Display Modes

MOUNT failed to NFS

 
 
PZ
Guest
Posts: n/a

 
      03-19-2007, 10:11 PM
Hi,

I configed my XP as a router so that my development board talk to
LINUX box, XP and LINUX box are both hooked to company network.

I can do nc through port 2049 and other ports. but when I tried to
mount from the development board to LINUX box, it gave error: mount:
RPC Timed out. I know my NFS server is correct, I tried to mount
through NFS from other machines, they are correct.

So, problem is from my development board or the router. But I can do
nc to transfer files over the 2049 port. The problem is definitely
from my board? any idea how to dig in?

I even monitoed the traffic on my XP network card, it never received
the traffic from my board though? Could it be possible my company's
firewall are blocking NFS? how come the 2049 port is still OK in this
case?


thanks
patrick

 
Reply With Quote
 
 
 
 
Eric
Guest
Posts: n/a

 
      03-26-2007, 07:33 PM
PZ wrote:
> Hi,
>
> I configed my XP as a router so that my development board talk to
> LINUX box, XP and LINUX box are both hooked to company network.
>
> I can do nc through port 2049 and other ports. but when I tried to
> mount from the development board to LINUX box, it gave error: mount:
> RPC Timed out. I know my NFS server is correct, I tried to mount
> through NFS from other machines, they are correct.
>
> So, problem is from my development board or the router. But I can do
> nc to transfer files over the 2049 port. The problem is definitely
> from my board? any idea how to dig in?
>
> I even monitoed the traffic on my XP network card, it never received
> the traffic from my board though? Could it be possible my company's
> firewall are blocking NFS? how come the 2049 port is still OK in this
> case?


The firewall may block just ports between 1 and 1024 (service ports).
try to connect via `telnet <NFS-Host-IP> 111`. If your output is like
Trying <Host-IP>...
Connected to <hostname>.
Escape character is '^]'.

the connection is ok, otherwise there might be an access or firewall
problem. Do you see the packages from your XP box arriving at the NFS box?

tcpdump -vvv -i <external-interface> dst port 22 and src <XP-host-IP>
i.E.
tcpdump -vvv -i eth0 dst port 22 and src www.xxx.yyy.zzz

If you get an output for port 22, it might be an access problem.

Eric
 
Reply With Quote
 
Eric
Guest
Posts: n/a

 
      03-26-2007, 07:47 PM
Eric wrote:
> PZ wrote:
>> Hi,
>>
>> I configed my XP as a router so that my development board talk to
>> LINUX box, XP and LINUX box are both hooked to company network.
>>
>> I can do nc through port 2049 and other ports. but when I tried to
>> mount from the development board to LINUX box, it gave error: mount:
>> RPC Timed out. I know my NFS server is correct, I tried to mount
>> through NFS from other machines, they are correct.
>>
>> So, problem is from my development board or the router. But I can do
>> nc to transfer files over the 2049 port. The problem is definitely
>> from my board? any idea how to dig in?
>>
>> I even monitoed the traffic on my XP network card, it never received
>> the traffic from my board though? Could it be possible my company's
>> firewall are blocking NFS? how come the 2049 port is still OK in this
>> case?

>
> The firewall may block just ports between 1 and 1024 (service ports).
> try to connect via `telnet <NFS-Host-IP> 111`. If your output is like
> Trying <Host-IP>...
> Connected to <hostname>.
> Escape character is '^]'.
>
> the connection is ok, otherwise there might be an access or firewall
> problem. Do you see the packages from your XP box arriving at the NFS box?
>
> tcpdump -vvv -i <external-interface> dst port 22 and src <XP-host-IP>
> i.E.
> tcpdump -vvv -i eth0 dst port 22 and src www.xxx.yyy.zzz
>
> If you get an output for port 22, it might be an access problem.


It would also be interesting if any traffic from the firewall is
received for that service at the SSHD server.

tcpdump -vvv -i <device> dst port 22 and src <firewall-IP>

Eric
 
Reply With Quote
 
Eric
Guest
Posts: n/a

 
      03-26-2007, 07:49 PM
Eric wrote:
> Eric wrote:
>> PZ wrote:
>>> Hi,
>>>
>>> I configed my XP as a router so that my development board talk to
>>> LINUX box, XP and LINUX box are both hooked to company network.
>>>
>>> I can do nc through port 2049 and other ports. but when I tried to
>>> mount from the development board to LINUX box, it gave error: mount:
>>> RPC Timed out. I know my NFS server is correct, I tried to mount
>>> through NFS from other machines, they are correct.
>>>
>>> So, problem is from my development board or the router. But I can do
>>> nc to transfer files over the 2049 port. The problem is definitely
>>> from my board? any idea how to dig in?
>>>
>>> I even monitoed the traffic on my XP network card, it never received
>>> the traffic from my board though? Could it be possible my company's
>>> firewall are blocking NFS? how come the 2049 port is still OK in this
>>> case?

>> The firewall may block just ports between 1 and 1024 (service ports).
>> try to connect via `telnet <NFS-Host-IP> 111`. If your output is like
>> Trying <Host-IP>...
>> Connected to <hostname>.
>> Escape character is '^]'.
>>
>> the connection is ok, otherwise there might be an access or firewall
>> problem. Do you see the packages from your XP box arriving at the NFS box?
>>
>> tcpdump -vvv -i <external-interface> dst port 22 and src <XP-host-IP>
>> i.E.
>> tcpdump -vvv -i eth0 dst port 22 and src www.xxx.yyy.zzz
>>
>> If you get an output for port 22, it might be an access problem.

>
> It would also be interesting if any traffic from the firewall is
> received for that service at the SSHD server.
>
> tcpdump -vvv -i <device> dst port 22 and src <firewall-IP>


Sorry, of course i mean dst port 111 instead of 22.

Eric
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
mount: failed to probe ports on NFS server lh Peter Lowrie Linux Networking 0 03-19-2006 11:26 AM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
SMB mount error - :protocol negotiation failed Bill Cattell Linux Networking 1 04-15-2005 05:18 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM



1 2 3 4 5 6 7 8 9 10 11