On Sun, Oct 13, 2019 at 1:57 PM <[email protected]> wrote: > October 13, 2019 9:23 AM, "Jon Brase" <[email protected]> wrote: > > SMB1 has known vulnerabilities, so Windows has had the option to disable SMB > 1 entirely for a while and on the Linux side, upstream SAMBA recently changed > to disabling it by default. It is possible that various distros may already > have disabled it in their default SAMBA configurations. > > Known vulnerabilities or not, SMB1 is used by OPL for loading PS1/PS2 games > over network from a SMB1 server. I'd like to know how to support SMB1 > protocol or at least how to substitute SMB2 or later whether the environment > be Dos or OPL.
If I understand what OPL is trying to do correctly, this isn't a FreeDOS problem. FreeDOS will be a client accessing a Linux host using SMB1. The host needs to be configured to support that. Configuration happens in the smb.conf file on the host. See https://www.samba.org/samba/docs/current/man-html/smb.conf.5.htm, and look at the client max protocol(G) and client min protocol(G) sections. CORE looks like the protocol version needed to support the desired access.. > -- Michael C. Robinson ______ Dennis _______________________________________________ Freedos-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-user
