From nobody Wed Sep 04 19:50:53 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WzY5K6zqLz5VGfF for ; Wed, 04 Sep 2024 19:51:01 +0000 (UTC) (envelope-from doug@safeport.com) Received: from fledge.watson.org (fledge.watson.org [147.160.157.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "A1-48603", Issuer "A1-48603" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WzY5K3bfHz45Sk for ; Wed, 4 Sep 2024 19:51:01 +0000 (UTC) (envelope-from doug@safeport.com) Authentication-Results: mx1.freebsd.org; none Received: from fledge.watson.org (doug@localhost [127.0.0.1]) by fledge.watson.org (8.17.1/8.17.1) with ESMTPS id 484JotHs065531 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 4 Sep 2024 19:50:55 GMT (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.17.1/8.17.1/Submit) with ESMTP id 484JorEs065526; Wed, 4 Sep 2024 19:50:55 GMT (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Wed, 4 Sep 2024 19:50:53 +0000 (UTC) From: doug Reply-To: doug@safeport.com To: Erwan David cc: questions@freebsd.org Subject: Re: mount SMB In-Reply-To: Message-ID: <6bf6b4ac-fae-eb5c-8f31-e19d74b17c3e@safeport.com> References: <20240829220603.c2c6fba0.freebsd@edvax.de> <0a30aafe-659c-43db-855d-01de824e8f9f@gmx.at> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6405, ipnet:147.160.157.0/24, country:US] X-Rspamd-Queue-Id: 4WzY5K3bfHz45Sk On Wed, 4 Sep 2024, Erwan David wrote: > On Wed, Sep 04, 2024 at 10:27:03AM CEST, Nikos Vassiliadis said: >> >> >>> Sent: Monday, September 02, 2024 at 1:18 PM >>> From: "infoomatic" >>> To: questions@freebsd.org >>> Subject: Re: mount SMB >>> >>> beware: mount_smbfs only supports protocol version 1, which is hardly >>> used any more. Modern systems have been using versions 3.11+ for a long >>> time now. I have been hoping for an upgrade for a long time already >> >> Hi, >> >> Exactly. I didn't mention it but that is problem. I haven't even tried >> to use the native solution as it's a bad idea and I am pretty sure it >> won't work anymore... >> >> It seems that smbnetfs is the only way to mount a contemporary SMB share. > > rclone might also be a solution > smb connections are only used to make files, printers, named pipes, and other network resources on a windows host available to FreeBSD workstations on a LAN. Security, at least for us, is not an issue as no user has a password. smb is all used for IPC communications. Any issues from this can be handled by a fire wall. In our setup no host on the LAN is exposed to the internet. Doug