Date: Thu, 26 Oct 2017 09:11:09 +0200 From: Matthias Apitz <guru@unixarea.de> To: Adam Vande More <amvandemore@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: smbclient(1) works, but mount_smbfs(8) does not Message-ID: <20171026071109.GA24858@sh4-5.1blu.de> In-Reply-To: <CA%2BtpaK1gK_OJPQNKfWMCxs0s0Z8sLCRUp8gU6HZLc17AobsnoQ@mail.gmail.com> References: <20171025085121.GA27022@sh4-5.1blu.de> <CA%2BtpaK1gK_OJPQNKfWMCxs0s0Z8sLCRUp8gU6HZLc17AobsnoQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Wednesday, October 25, 2017 a las 07:33:23AM -0500, Adam Vande More escribió: > On Wed, Oct 25, 2017 at 3:51 AM, Matthias Apitz <guru@unixarea.de> wrote: > > > $ cat .smbpw > > username = apitzm > > password = SantaClXXXXXXXXXXXX > > domain = company > > $ smbclient //APITZM-LTOH/apitzm -A .smbpw -I 10.49.8.30 > > Domain=[company] OS=[Windows 7 Professional 7601 Service Pack 1] > > Server=[Windows 7 Professional 6.1] > > smb: \> > > > > # mount_smbfs -I 10.49.8.30 -u guru -g wheel //apitzm@APITZM-LTOH/apitzm > > /win > > Password: > > mount_smbfs: unable to open connection: syserr = Authentication error > > > > ... > > Try a tcpdump of each of these. > The tcpdump's are here: http://www.unixarea.de/smbclient-tcpdump.txt http://www.unixarea.de/mount_smbfs-tcpdump.txt Interestingly, apart of the ARP request the mount_smbfs(8) only causes traffic with the local Windows system 10.49.8.30, the VM is 10.0.2.15, i.e. no other server resources are involved; I was assuming that somewhere in the network servers a change is causing this... Thanks for anay ideas. matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-176-38902045 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171026071109.GA24858>