Oko
Contributor
- Joined
- Nov 30, 2013
- Messages
- 132
I am running two FreeNAS 9.2.1.5 file servers. I have asked already many questions about this machine so just look back posts if you need exact specifications. I tried to mount /home directory from my bigger server (which was behaving well in the past) on my new OpenBSD shell gateway via NFS. After getting the message
I start poking around little bit and discovered something interesting.
From my OpenBSD gateway I get
and the issue is definitelly not the firewall because I get the same on the server
Now on the smaller file server which had to have its firewall disabled to work around one of the bugs I get what I would expect
What the hack am I doing wrong here? I tried to have configurations as close as possible. The only difference one bigger file server got to 9.2.1.5 via upgrade from 9.2.1 while the smaller one was upgraded from the fresh installation 9.2.1.4.
Code:
NFS Portmap: RPC: Program not registered
I start poking around little bit and discovered something interesting.
From my OpenBSD gateway I get
Code:
# rpcinfo -p gaia.int.autonlab.org
program vers proto port
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
100000 4 7 111 portmapper
100000 3 7 111 portmapper
100000 2 7 111 portmapper
100005 1 udp 4002 mountd
100005 3 udp 4002 mountd
100005 1 tcp 4002 mountd
100005 3 tcp 4002 mountd
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100024 1 udp 4000 status
100024 1 tcp 4000 statusand the issue is definitelly not the firewall because I get the same on the server
Code:
[root@gaia ~]# rpcinfo -p localhost
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100000 4 local 111 rpcbind
100000 3 local 111 rpcbind
100000 2 local 111 rpcbind
100005 1 udp 4002 mountd
100005 3 udp 4002 mountd
100005 1 tcp 4002 mountd
100005 3 tcp 4002 mountd
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100024 1 udp 4000 status
100024 1 tcp 4000 status Now on the smaller file server which had to have its firewall disabled to work around one of the bugs I get what I would expect
Code:
[root@neill-zfs ~]# rpcinfo -p localhost
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100000 4 local 111 rpcbind
100000 3 local 111 rpcbind
100000 2 local 111 rpcbind
100005 1 udp 4002 mountd
100005 3 udp 4002 mountd
100005 1 tcp 4002 mountd
100005 3 tcp 4002 mountd
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100024 1 udp 4000 status
100024 1 tcp 4000 status
100021 0 udp 4001 nlockmgr
100021 0 tcp 4001 nlockmgr
100021 1 udp 4001 nlockmgr
100021 1 tcp 4001 nlockmgr
100021 3 udp 4001 nlockmgr
100021 3 tcp 4001 nlockmgr
100021 4 udp 4001 nlockmgr
100021 4 tcp 4001 nlockmgr What the hack am I doing wrong here? I tried to have configurations as close as possible. The only difference one bigger file server got to 9.2.1.5 via upgrade from 9.2.1 while the smaller one was upgraded from the fresh installation 9.2.1.4.