hi newsgroup
i thought to know that nfs needs TCP/111, UDP/111, TCP/2049, UDP/2049 so
i made the following ipf rule:
pass in quick on xl0 proto tcp/udp from any to any port = 111 keep state
pass in quick on xl0 proto tcp/udp from any to any port = 2049 keep state
when i go on another machine and make:
$ showmount -e thebox
it hangs. if i make ipf -D on the server the shares are ssen.
$ mount -t thebox:/data /mnt
also hangs
my rc.conf settings:
nfs_server_enable="YES"
nfs_client_enable="YES"
nfs_reserved_port_only="YES"
can anyone tell me what i am doing wrong?
thanks in advance
kevin