Re: [DNG] samba/NAS box problem
On 12/4/20 11:47 AM, Florian Zieboll via Dng wrote: > Am 4. Dezember 2020 02:19:42 MEZ schrieb Simon Walter : >> On 2020-12-02 02:18, Florian Zieboll via Dng wrote: >> ... >>> You can 'nmap --script smb-protocols ' for a list of supported >>> versions. >>> >>> libre Grüße, >>> Florian >> Hi Florian, >> >> What package holds said "smb-protocols" script? >> >> I regularly troubleshoot in MS shops and that looks useful. > > Hallo Simon, > > it's in nmap-common > > libre Grüße, > Florian > Aha! It's not in Ascii. That explains a lot. ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] samba/NAS box problem
Am 4. Dezember 2020 02:19:42 MEZ schrieb Simon Walter : > On 2020-12-02 02:18, Florian Zieboll via Dng wrote: > ... > > > > You can 'nmap --script smb-protocols ' for a list of supported > > versions. > > > > libre Grüße, > > Florian > > Hi Florian, > > What package holds said "smb-protocols" script? > > I regularly troubleshoot in MS shops and that looks useful. Hallo Simon, it's in nmap-common libre Grüße, Florian -- [message sent otg] ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] samba/NAS box problem
On 2020-12-02 02:18, Florian Zieboll via Dng wrote: ... > > You can 'nmap --script smb-protocols ' for a list of supported > versions. > > libre Grüße, > Florian Hi Florian, What package holds said "smb-protocols" script? I regularly troubleshoot in MS shops and that looks useful. Vielen Dank, Simon ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] samba/NAS box problem
On 12/1/20 10:03 AM, Rowland penny via Dng wrote: On 01/12/2020 16:25, Fred wrote: Hello, I have a DNS321 NAS box on my local network and samba/cifs to access it. When I upgraded from Debian Jessie to i386 Beowulf the DNS321 was no longer accessible by samba. fred@ragnok:~$ mount /mnt/dns321 Password for fred@//192.168.42.32/Volume_1: mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) This is the /etc/fstab entry: //192.168.42.32/Volume_1 /mnt/dns321 cifs rw,user 0 0 The dsn321 is accessible with ftp. The mount.cifs manual pages had lots of interesting options but I didn't see any clue about what might be the problem. Where would one look up error(112) to find out what it means? Best regards, Fred ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng This undoubtedly down to SMBv1 (or rather the lack of it), try adding 'vers=1.0' to the cifs options in /etc/fstab Rowland ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng Hi Rowland, That fixed it. Thanks for the help! Best regards, Fred ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] samba/NAS box problem
On Tue, 1 Dec 2020 17:03:19 + Rowland penny via Dng wrote: > On 01/12/2020 16:25, Fred wrote: > > Hello, > > > > I have a DNS321 NAS box on my local network and samba/cifs to > > access it. When I upgraded from Debian Jessie to i386 Beowulf the > > DNS321 was no longer accessible by samba. > > > > fred@ragnok:~$ mount /mnt/dns321 > > Password for fred@//192.168.42.32/Volume_1: > > mount error(112): Host is down > > Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) > > > > This is the /etc/fstab entry: > > //192.168.42.32/Volume_1 /mnt/dns321 cifs rw,user 0 0 > > > > The dsn321 is accessible with ftp. > > The mount.cifs manual pages had lots of interesting options but I > > didn't see any clue about what might be the problem. > > > > Where would one look up error(112) to find out what it means? > > Best regards, > > Fred > > ___ > > Dng mailing list > > Dng@lists.dyne.org > > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > > This undoubtedly down to SMBv1 (or rather the lack of it), try adding > 'vers=1.0' to the cifs options in /etc/fstab You can 'nmap --script smb-protocols ' for a list of supported versions. libre Grüße, Florian ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] samba/NAS box problem
On 01/12/2020 16:25, Fred wrote: Hello, I have a DNS321 NAS box on my local network and samba/cifs to access it. When I upgraded from Debian Jessie to i386 Beowulf the DNS321 was no longer accessible by samba. fred@ragnok:~$ mount /mnt/dns321 Password for fred@//192.168.42.32/Volume_1: mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) This is the /etc/fstab entry: //192.168.42.32/Volume_1 /mnt/dns321 cifs rw,user 0 0 The dsn321 is accessible with ftp. The mount.cifs manual pages had lots of interesting options but I didn't see any clue about what might be the problem. Where would one look up error(112) to find out what it means? Best regards, Fred ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng This undoubtedly down to SMBv1 (or rather the lack of it), try adding 'vers=1.0' to the cifs options in /etc/fstab Rowland ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] samba/NAS box problem
Hello, I have a DNS321 NAS box on my local network and samba/cifs to access it. When I upgraded from Debian Jessie to i386 Beowulf the DNS321 was no longer accessible by samba. fred@ragnok:~$ mount /mnt/dns321 Password for fred@//192.168.42.32/Volume_1: mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) This is the /etc/fstab entry: //192.168.42.32/Volume_1 /mnt/dns321 cifs rw,user 0 0 The dsn321 is accessible with ftp. The mount.cifs manual pages had lots of interesting options but I didn't see any clue about what might be the problem. Where would one look up error(112) to find out what it means? Best regards, Fred ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng