I'm trying to setup NAS on my new FreeBSD box. I've compiled the following into the kernel:
CODE
options NETSMB #SMB/CIFS requester
options NETSMBCRYPTO #encrypted password support for SMB
options LIBMCHAIN #mbuf management library
options LIBICONV
options SMBFS
options NETSMBCRYPTO #encrypted password support for SMB
options LIBMCHAIN #mbuf management library
options LIBICONV
options SMBFS
and then I'm using:
CODE
# smbutil login //username@xxx.xxx.xxx.xxx/username
...but all I get is:
CODE
smbutil: can't get server address: syserr = Operation not permitted
...and when I disable PF:
CODE
smbutil: can't get server address: syserr = Operation timed out
Any ideas?
Thanks!
Matt