Retronas SMB and Windows for Workgroups 3.11 #69
-
Hi there, I've come across your project because I'm really desperate to figure out a way on how to proxy my retro software smb share on my TrueNAS to old protocol compatibility for my windows for workgroups 3.11 machines. The main problem is though, be it your default config or me adding other parameters, trying to weaken security even further... WfW 3.11 finds the Server in the "map network drive" menu in the file explorer, but as soon as I doubleclick on it, it does not enumerate the shares. No clue whats wrong here... Any Ideas on this? Cheers audiocrush |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 7 replies
-
If I am understanding you correctly you do not want to use RetroNAS, instead want to apply the RetroNAS samba configuration to TrueNAS to try and achieve WfW compatiblity. I'm sure you'll understand TrueNAS has an entire community for support already. They would be better served to answer why TrueNAS wont work where RetroNAS does. We are not a TrueNAS support forum. |
Beta Was this translation helpful? Give feedback.
-
OK Next this is the samba config that got it right for me: enp0s5 = RetroNET VLAN12interfaces = enp0s5 TruenasProxy.conf absolutely flawless :) |
Beta Was this translation helpful? Give feedback.
OK
It seems I got it to work with a combo of things:
Not sure if Step 1 is relevant but:
First use WfW 3.11 Disk 8 and expand admincfg.exe onto your computer:
expand A:\admincfg.ex_ C:\windows\admincfg.exe
Then go into windows, and start admincfg.exe using file explorer
There you can click onpasswords and disable password cacheing (this is apparently needed when accessing shares with user level security and samba has dropped share level security support already if I got that correctly)
Next this is the samba config that got it right for me:
smb.conf:
[global]
bind interfaces only = yes
enp0s5 = RetroNET VLAN12
interfaces = enp0s5
min protocol = CORE
netbios name = retronas
lanman auth = yes
…