hello
I'm trying to mount a NFS share (from openmediavault) into the cluster storage but I get a "timeout"
showmount (and web GUI ) are showing the shared folders when i put the server IP but I cannot mount it
I checked the port
nmap x.x.x.x (NFS server IP)
Starting Nmap 7.70 ( https://nmap.org ) at 2020-05-28 10:32 CEST
Nmap scan report for pfsense01 (x.x.x.x)
Host is up (0.00034s latency).
Not shown: 988 closed ports
PORT STATE SERVICE
80/tcp open http
111/tcp open rpcbind
139/tcp open netbios-ssn
427/tcp open svrloc
443/tcp open https
445/tcp open microsoft-ds
902/tcp open iss-realsecure
2049/tcp open nfs
5357/tcp open wsdapi
8000/tcp open http-alt
8300/tcp open tmi
9080/tcp open glrpc
I checked rpcinfo
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100005 1 udp 57932 mountd
100005 1 tcp 51107 mountd
100005 2 udp 41913 mountd
100005 2 tcp 48259 mountd
100005 3 udp 33678 mountd
100005 3 tcp 44955 mountd
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 3 tcp 2049
100003 3 udp 2049 nfs
100227 3 udp 2049
100021 1 udp 46772 nlockmgr
100021 3 udp 46772 nlockmgr
100021 4 udp 46772 nlockmgr
100021 1 tcp 33183 nlockmgr
100021 3 tcp 33183 nlockmgr
100021 4 tcp 33183 nlockmgr
100024 1 udp 36093 status
100024 1 tcp 34515 status
showmount -e "serverIP"
Export list for "serverIP" :
/export "serverIP",proxmox03,proxmox01,proxmox02
/export/NFS01 "serverIP",proxmox03,proxmox01,proxmox02
I checked tcpdump on both side, I see traffic when I try to mount ( no errors but no easy to interpret)
I also checked the rights
I do not know what to check more at this step to fix
any track ?
Thanks
I'm trying to mount a NFS share (from openmediavault) into the cluster storage but I get a "timeout"
showmount (and web GUI ) are showing the shared folders when i put the server IP but I cannot mount it
I checked the port
nmap x.x.x.x (NFS server IP)
Starting Nmap 7.70 ( https://nmap.org ) at 2020-05-28 10:32 CEST
Nmap scan report for pfsense01 (x.x.x.x)
Host is up (0.00034s latency).
Not shown: 988 closed ports
PORT STATE SERVICE
80/tcp open http
111/tcp open rpcbind
139/tcp open netbios-ssn
427/tcp open svrloc
443/tcp open https
445/tcp open microsoft-ds
902/tcp open iss-realsecure
2049/tcp open nfs
5357/tcp open wsdapi
8000/tcp open http-alt
8300/tcp open tmi
9080/tcp open glrpc
I checked rpcinfo
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100005 1 udp 57932 mountd
100005 1 tcp 51107 mountd
100005 2 udp 41913 mountd
100005 2 tcp 48259 mountd
100005 3 udp 33678 mountd
100005 3 tcp 44955 mountd
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 3 tcp 2049
100003 3 udp 2049 nfs
100227 3 udp 2049
100021 1 udp 46772 nlockmgr
100021 3 udp 46772 nlockmgr
100021 4 udp 46772 nlockmgr
100021 1 tcp 33183 nlockmgr
100021 3 tcp 33183 nlockmgr
100021 4 tcp 33183 nlockmgr
100024 1 udp 36093 status
100024 1 tcp 34515 status
showmount -e "serverIP"
Export list for "serverIP" :
/export "serverIP",proxmox03,proxmox01,proxmox02
/export/NFS01 "serverIP",proxmox03,proxmox01,proxmox02
I checked tcpdump on both side, I see traffic when I try to mount ( no errors but no easy to interpret)
I also checked the rights
I do not know what to check more at this step to fix
any track ?
Thanks