Hi all, My problem is this: I am trying to share a printer with a windows xp box using samba. The xp machine is only able to see my printer (or my samba share) if I drop my firewall. Since I am running an http server, I don't want to drop my firewall. Even with the firewall down, however, all the xp box can do is see the printer. Windows XP is unable to access the printer, the error is "Access Denied, unable to connect." I have a share set up as read only, and that appears to work. I have a share set up as read/write, but when I try to write from the xp box, I get another access denied. Summary: can't see samba shares without dropping firewall can't write to samba shares can't print to samba shared printer Printer: Epson Stylus C42UX Kernel: kernel-2.6.8-1.521 samba: samba-3.0.3-5 [ldmiller@phoenixdragon ldmiller]$ cat /etc/samba/smb.conf server string = PhoenixDragon password server = None security = SHARE workgroup = Dragon's Domain username map = /etc/samba/smbusers [global] printing = bsd printcap name = /etc/printcap load printers = yes log file = /var/log/samba-log.%m workgroup = dragon domain server string = PhoenixDragon password server = None security = SHARE lock directory = /var/lock/samba [readonly] comment = readonly path = /home/ldmiller/readonly guest ok = yes browseable = yes [printers] comment = All Printers security = server path = /var/spool/lpd browseable = no printable = yes guest ok = yes create mask = 0700 [Epson_Stylus] security = server path = /var/spool/lpd printer name = Epson writeable = yes printable = yes valid users = user1 comment = Epson Stylus C42 UX print command = lpr -r -h -P %p %s [tmp] comment = Put Stuff Here path = /home/ldmiller/tmp writeable = yes guest ok = yes Any ideas? Thanks in advance.