From owner-freebsd-questions@freebsd.org Mon Sep 16 09:13:28 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2077CF9A18 for ; Mon, 16 Sep 2019 09:13:28 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from smh-06.1blu.de (smh-06.1blu.de [178.254.0.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46X0sM0tKWz4MfC for ; Mon, 16 Sep 2019 09:13:26 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [172.16.29.5] (helo=sh4-5.1blu.de) by smh-06.1blu.de with esmtp (Exim 4.86_2) (envelope-from ) id 1i9n4P-0007Hr-4D; Mon, 16 Sep 2019 11:13:17 +0200 Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.86_2) (envelope-from ) id 1i9n4O-000Ger-W5; Mon, 16 Sep 2019 11:13:16 +0200 Date: Mon, 16 Sep 2019 11:13:16 +0200 From: Matthias Apitz To: kde-freebsd@kde.org, freebsd-questions@freebsd.org Subject: smbclient ./. Dolphin Message-ID: <20190916091316.GA58040@sh4-5.1blu.de> Reply-To: Matthias Apitz Mail-Followup-To: kde-freebsd@kde.org, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.5.24 (2015-08-30) X-Rspamd-Queue-Id: 46X0sM0tKWz4MfC X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of guru@unixarea.de has no SPF policy when checking 178.254.0.206) smtp.mailfrom=guru@unixarea.de X-Spamd-Result: default: False [2.12 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[guru@unixarea.de]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.35)[0.354,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.31)[0.315,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(0.56)[ipnet: 178.254.0.0/19(1.53), asn: 42730(1.26), country: DE(-0.01)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2019 09:13:28 -0000 Hello, At work I have to access from my virtual machine running FreeBSD the files system of the Windows 7 host (please, be patient and don't blame me). For this I mostly use smbclient like: $ smbclient //APITZM-LTOH/apitzm -A ~/.smbpw -I 10.49.8.55 -m SMB2 Unknown parameter encountered: "display charset" Ignoring unknown parameter "display charset" Domain=[XXXXXXX] OS=[] Server=[] smb: \> which works just fine. I tried to use the same configuration in Dolphin of KDE4, but this just hangs. I used TCPDUMP to understand, what could be the problem. Here is smbclient: 09:46:12.686328 IP 10.0.2.15.24162 > 10.49.8.55.445: Flags [S], seq 1278231313, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS val 51304411 ecr 0], length 0 09:46:12.688274 IP 10.49.8.55.445 > 10.0.2.15.24162: Flags [S.], seq 1141201409, ack 1278231314, win 65535, options [mss 1460], length 0 09:46:12.688292 IP 10.0.2.15.24162 > 10.49.8.55.445: Flags [.], ack 1, win 65535, length 0 09:46:12.688548 IP 10.0.2.15.24162 > 10.49.8.55.445: Flags [P.], seq 1:217, ack 1, win 65535, length 216 SMB PACKET: SMBnegprot (REQUEST) ... and this is Dolphin: 11:10:40.579506 IP 10.0.2.15.23810 > 10.49.8.55.445: Flags [S], seq 1055509186, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS val 56372363 ecr 0], length 0 11:10:40.581858 IP 10.49.8.55.445 > 10.0.2.15.23810: Flags [S.], seq 1678033409, ack 1055509187, win 65535, options [mss 1460], length 0 11:10:40.581878 IP 10.0.2.15.23810 > 10.49.8.55.445: Flags [.], ack 1, win 65535, length 0 i.e. after the SYN-SYN-ACK no more traffic. What could I do wrong? matthias -- Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub May, 9: Спаси́бо освободители! Thank you very much, Russian liberators!