davehk
June 12th, 2020, 11:55 AM
Hi,
I am trying to make printers connected to my Ubuntu 20.04 machine available to windows clients of several flavours - 2000, XP, 7 & 10. I'd also like to be able to browse for SMB shares on the ubuntu host from those clients ( I can connect to the shares by explicitly entering their details). I thought I'd done everything necessary - here are the relevant parts of smb.conf:
workgroup = WORKGROUP netbios name = namrok-i7 security = user proxy
server min protocol = NT1
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
interfaces = 127.0.0.0/8 eno1
Note: I had to change eth0 to eno1 in the line above to match the output of ifconfig, before nmdb would start cleanly.
printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
guest ok = yes
; use client driver = Yes
; read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = no
guest ok = yes
I'm sure it's something simple I'm missing (it usually is!).
Thanks for any and all help.
I am trying to make printers connected to my Ubuntu 20.04 machine available to windows clients of several flavours - 2000, XP, 7 & 10. I'd also like to be able to browse for SMB shares on the ubuntu host from those clients ( I can connect to the shares by explicitly entering their details). I thought I'd done everything necessary - here are the relevant parts of smb.conf:
workgroup = WORKGROUP netbios name = namrok-i7 security = user proxy
server min protocol = NT1
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
interfaces = 127.0.0.0/8 eno1
Note: I had to change eth0 to eno1 in the line above to match the output of ifconfig, before nmdb would start cleanly.
printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
guest ok = yes
; use client driver = Yes
; read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = no
guest ok = yes
I'm sure it's something simple I'm missing (it usually is!).
Thanks for any and all help.