Date: Thu, 16 Dec 1999 09:07:09 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Cillian Sharkey <cillian@psn.ie> Cc: hackers@FreeBSD.ORG Subject: Re: Strange problem with NFS Message-ID: <199912161707.JAA54566@apollo.backplane.com> References: <Pine.LNX.4.04.9912161615320.22684-100000@alto.internal>
next in thread | previous in thread | raw e-mail | index | archive | help
:Hi folks,
:
:I've been trying to accomplish the simple task of mounting filesystems
:from a central server 'hostA' onto a new client 'hostB'. the new client
:has a basic 3.3 'bin' distrib installed on it and I am trying to mount
:/usr/src & /usr/obj from hostA so that I can upgrade it.
:
:the problem is that the mounts hang and never succeed. i've added hostB to
:hostA's /etc/exports file of course. other machines are already mounting
:from /usr/src etc. from hostA with no problems.
:
:i've tried a different NIC, different machine and a 3.3-STABLE kernel with
:no luck.
:
:tcpdump on hostA :
:..
:16:33:36.097396 hostB.1023 > hostA.sunrpc: udp 56
:16:33:36.097986 hostA.sunrpc > hostB.1023: udp 28
:16:33:36.098660 hostB.1022 > hostA.sunrpc: udp 56
:16:33:36.099028 hostA.sunrpc > hostB.1022: udp 28
:16:33:36.099761 hostB.827471909 > hostA.nfs: 40 null
:16:33:36.099898 hostA.nfs > hostB.827471909: reply ok 24 getattr [|nfs]
:16:33:36.100515 hostB.1020 > hostA.sunrpc: udp 56
:16:33:36.100883 hostA.sunrpc > hostB.1020: udp 28
:16:33:36.101863 hostB.1019 > hostA.1023: udp 120
:16:33:36.102261 hostA.1023 > hostB.1019: udp 68
:16:33:36.103849 hostB.494063090 > hostA.nfs: 120 getattr [|nfs]
:16:33:36.104031 hostA.nfs > hostB.494063090: reply ok 112 read [|nfs]
:16:33:36.104427 hostB > hostA: icmp: hostB udp port 1018 unreachable
Looks like a firewall to me. Either a firewall in a router
sitting between the hosts, or an ipfw setup sitting on one or the
other host.
:notice the icmp port unreachable msgs, yet on hostB:
:
:netstat -a :
:..
:udp 0 0 hostB.1018 hostA.nfsd
:...
:Thanks,
:Cillian
This is meaningless. Since UDP is connectionless this is simply
a placemark for what the machine wants to do, not for what it is
able to do.
-Matt
Matthew Dillon
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912161707.JAA54566>
