Samba shares invisible to either windows or Linux network
Forgot to mention, I'm using SuSE 8.2 home edition. -- Ken Thompson -- WA7SYR Payette, Idaho
could you paste your smb.conf file you don't give too many details.... ----- Original Message ----- From: "Ken Thompson" <spooky@cableone.net> To: <suse-linux-e@suse.com> Sent: Wednesday, July 30, 2003 1:27 PM Subject: [SLE] Samba shares invisible to either windows or Linux network
Forgot to mention, I'm using SuSE 8.2 home edition. -- Ken Thompson -- WA7SYR Payette, Idaho
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Wednesday 30 July 2003 12:38 pm, pheonix1t wrote:
could you paste your smb.conf file you don't give too many details....
----- Original Message ----- From: "Ken Thompson" <spooky@cableone.net> To: <suse-linux-e@suse.com> Sent: Wednesday, July 30, 2003 1:27 PM Subject: [SLE] Samba shares invisible to either windows or Linux network
Forgot to mention, I'm using SuSE 8.2 home edition. -- Ken Thompson -- WA7SYR Payette, Idaho
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com # smb.conf is the main samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2003-04-16 [global] socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY null passwords = yes map to guest = Bad User time server = Yes encrypt passwords = yes veto files = /*.eml/*.nws/riched20.dll/*.{*}/ unix extensions = Yes netbios name = CASPER printing = CUPS default = global path = /home/ken workgroup = WORKGROUP os level = 2 printcap name = CUPS security = share syslog = 0 preferred master = no log level = 1
[printers] create mask = 0600 browseable = No comment = All Printers printable = Yes public = yes path = /var/tmp [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775 [Ken] writeable = yes public = yes path = /home/ken [CURTISWEB] path = /home/ken/CurtisWeb comment = /home/ken/CurtisWeb writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [DOCUMENTS] path = /home/ken/Documents comment = /home/ken/Documents writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [KEN_COMMON] path = /home/ken/Common comment = /home/ken/Common writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [DOWNLOADS] path = /home/ken/downloads comment = /home/ken/downloads writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no -- Ken Thompson -- WA7SYR Payette, Idaho
I'm using 8.2 Pro and I've had acouple of issues with this. As another reply mentioned, check to see if nmbd is running. Also, the firewall may be blocking it. With SuSEfirewall2 you have to explicitly allow it. Check to see if you can find the shares on windows using the ip address, that will tell you right away that its an nmbd issue. If nmbd is running, then its likely a firewall issue. This is the first version of linux I've come across where nmbd isn't started by the same scripts as smb, and I've used multiple versions of Redhat and SuSE. I wonder why they would do that? -- Keith Mickunas keith@mickunas.net I'll be deep in the cold, cold ground before I recognize Missourah! - Grandpa Simpson Quoting Ken Thompson <spooky@cableone.net>:
could you paste your smb.conf file you don't give too many details....
----- Original Message ----- From: "Ken Thompson" <spooky@cableone.net> To: <suse-linux-e@suse.com> Sent: Wednesday, July 30, 2003 1:27 PM Subject: [SLE] Samba shares invisible to either windows or Linux network
Forgot to mention, I'm using SuSE 8.2 home edition. -- Ken Thompson -- WA7SYR Payette, Idaho
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com # smb.conf is the main samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2003-04-16 [global] socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY null passwords = yes map to guest = Bad User time server = Yes encrypt passwords = yes veto files = /*.eml/*.nws/riched20.dll/*.{*}/ unix extensions = Yes netbios name = CASPER
On Wednesday 30 July 2003 12:38 pm, pheonix1t wrote: printing = CUPS default = global path = /home/ken workgroup = WORKGROUP os level = 2 printcap name = CUPS security = share syslog = 0 preferred master = no log level = 1
[printers] create mask = 0600 browseable = No comment = All Printers printable = Yes public = yes path = /var/tmp
[print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775
[Ken] writeable = yes public = yes path = /home/ken
[CURTISWEB] path = /home/ken/CurtisWeb comment = /home/ken/CurtisWeb writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [DOCUMENTS] path = /home/ken/Documents comment = /home/ken/Documents writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [KEN_COMMON] path = /home/ken/Common comment = /home/ken/Common writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [DOWNLOADS] path = /home/ken/downloads comment = /home/ken/downloads writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no
-- Ken Thompson -- WA7SYR Payette, Idaho
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
Shouldn't you have a line referencing a network interface card if using one? interface = xxx.xxx.xxx.xxx / subnet mask I hope this is of some help. Keith Mickunas wrote:
I'm using 8.2 Pro and I've had acouple of issues with this. As another reply mentioned, check to see if nmbd is running. Also, the firewall may be blocking it. With SuSEfirewall2 you have to explicitly allow it. Check to see if you can find the shares on windows using the ip address, that will tell you right away that its an nmbd issue. If nmbd is running, then its likely a firewall issue.
This is the first version of linux I've come across where nmbd isn't started by the same scripts as smb, and I've used multiple versions of Redhat and SuSE. I wonder why they would do that?
-- Keith Mickunas keith@mickunas.net
I'll be deep in the cold, cold ground before I recognize Missourah! - Grandpa Simpson
Quoting Ken Thompson <spooky@cableone.net>:
On Wednesday 30 July 2003 12:38 pm, pheonix1t wrote:
could you paste your smb.conf file you don't give too many details....
----- Original Message ----- From: "Ken Thompson" <spooky@cableone.net> To: <suse-linux-e@suse.com> Sent: Wednesday, July 30, 2003 1:27 PM Subject: [SLE] Samba shares invisible to either windows or Linux network
Forgot to mention, I'm using SuSE 8.2 home edition. -- Ken Thompson -- WA7SYR Payette, Idaho
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com # smb.conf is the main samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2003-04-16 [global] socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY null passwords = yes map to guest = Bad User time server = Yes encrypt passwords = yes veto files = /*.eml/*.nws/riched20.dll/*.{*}/ unix extensions = Yes netbios name = CASPER printing = CUPS default = global path = /home/ken workgroup = WORKGROUP os level = 2 printcap name = CUPS security = share syslog = 0 preferred master = no log level = 1
[printers] create mask = 0600 browseable = No comment = All Printers printable = Yes public = yes path = /var/tmp
[print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775
[Ken] writeable = yes public = yes path = /home/ken
[CURTISWEB] path = /home/ken/CurtisWeb comment = /home/ken/CurtisWeb writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [DOCUMENTS] path = /home/ken/Documents comment = /home/ken/Documents writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [KEN_COMMON] path = /home/ken/Common comment = /home/ken/Common writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no [DOWNLOADS] path = /home/ken/downloads comment = /home/ken/downloads writeable = yes create mask = 0640 force user = ken public = yes guest ok = yes wide links = no
-- Ken Thompson -- WA7SYR Payette, Idaho
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- Hey dad, I smell clowns. --Sydney Lucier ----------------- Mark Lucier Public Schools of CLK 57070 Mine Street Calumet, MI 49913 Phn 906-337-0311 Ext 1110 Fax 906-337-3848 mlucier@clk.k12.mi.us
participants (4)
-
Keith Mickunas
-
Ken Thompson
-
Mark Lucier
-
pheonix1t