First post, by vutt
Problem statement: Modern *nix distros are starting to decommission NT1 protocol required for Win 9x shares.
For (almost) decades I have been using regular Ununtu LTS distros as "lazy" NAS OS. Running my SAMBA shares, P2P, Plex, Folding@home etc as services on same box.
I have 2 network adapters on my Intel J5005 powered server with 16GB RAM. So ideally I would like to put SAMBA NT1 server on separate NIC so it can be VLAN-ed or even better having separate physical Retro LAN without main LAN and internet access.
Any suggestions what would be easiest set and forget solution. Ideally I'd like to start/stop NT1 share only for my retro sessions in order to lower security risks.
1) Any way to compartmentalize 2 SAMBA instances without container/vm layer help on existing Ubuntu instance ? It is important to get security updates for main SAMBA instance without killing old SAMBA share functionality.
2) Add docker (or similar software) on top of existing Ubuntu install.
3) Go fully with virtualization solution - VMVare or Proxmox. It's more resource hungry. Everything needs to fit to 16GB RAM (clearly no ZFS)
4) Maybe add raspberry pi based box as proxy? Pie would take modern SAMBA (or NFS) share and reshare it with NT1 protocol. Pie can be turned on/off on demand although I need to deal with boot/shutdown delays.
5) Or any other solution?