Greetings all,
Upon successful installation of FreeBSD 12.0-RELEASE-p2, I have decided to attack my problems with SMB net/samba4 again.
smb4.conf:
Windows 7 does recognize the machine, both by its netbios name and IP address, but then refuses connect to the share with the (in)famous: "Error code:0x80070035
The network path was not found"
It appears that the problem is not my pf.conf because whether pf is on or off, the error persists. Searching the, mostly Microsoft "advises", is useless.
The problem is the more frustrating, given that my Illumos servers are working flawlessly.
Any advise would be appreciated.
Kindest regards,
M
Upon successful installation of FreeBSD 12.0-RELEASE-p2, I have decided to attack my problems with SMB net/samba4 again.
smb4.conf:
Code:
# Global configuration
#---------------------------------
[global]
workgroup = WORKGROUP
netbios name = SMB
server string = Laptop
security = user
max smbd processes = 2
encrypt passwords = yes
socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT SO_KEEPALIVE SO
_RCVBUF=65536 SO_SNDBUF=65536
aio read size = 16384
aio write size = 16384
strict locking = Auto
strict sync = no
# Disable printing
#---------------------------------
load printers = no
disable spoolss = yes
show add printer wizard = no
[Home shared folder]
#---------------------------------
path = /usr/home/username/share
public = no
writeable = yes
browseable = no
write list = username
The network path was not found"
It appears that the problem is not my pf.conf because whether pf is on or off, the error persists. Searching the, mostly Microsoft "advises", is useless.
The problem is the more frustrating, given that my Illumos servers are working flawlessly.
Any advise would be appreciated.
Kindest regards,
M