From owner-freebsd-questions Mon Feb 21 12:43: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from arf.bussert.COM (arf.bussert.com [209.183.67.130]) by hub.freebsd.org (Postfix) with ESMTP id 968DB37B831 for ; Mon, 21 Feb 2000 12:42:52 -0800 (PST) (envelope-from jonkman@bussert.com) Received: from killer (53.bussert.com [10.10.10.53]) by arf.bussert.COM (8.9.3/8.9.3) with SMTP id PAA24947 for ; Mon, 21 Feb 2000 15:44:56 -0500 (EST) (envelope-from jonkman@bussert.com) Reply-To: From: "Matthew Jonkman" To: Subject: Samba config Date: Mon, 21 Feb 2000 15:44:42 -0500 Message-ID: <001d01bf7cac$7b637d00$350a0a0a@bussert.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a very frustrating samba problem. I've followed every handbook and man page to the letter. However the dumb thing won't work. I have 3.3 running as a firewall, using apache and popper. It has 2 nics of course, a public IP and the internal net is 10.10.10. I installed the samba port today from a port tree that was cvsup'd this morning. I start samba from inetd.conf with the default lines included. Windows machines see the share in network neighborhood but they say "Machine is not accessible. The server did not receive your request. Please try again later." When I try smbclient -L I get added interface..... (correct info) added interface...... (correct outside interface info) session request to failed (Called name not present) session request to *SMBSERVER failed (Called name not present) And back to a prompt. I am quite frustrated. Samba is supposed to be pretty simple. I guess that makes me below simple minded. :) Anyway, here's my smb.conf file. If someone could pick through it and let me know what I'm missing I would greatly appreciate it. By the way, testparm shows it all good. # Global parameters [global] workgroup = SHARP-MITCHELL netbios name = MAIL hosts deny = ALL hosts allow = 10.10.10.1/254 127. security = SHARE encrypt passwords = Yes update encrypted = Yes lock dir = /usr/local/samba/var/locks guest account = guest [homes] comment = Home Directories read only = No create mask = 0750 browseable = No [printers] comment = All Printers path = /tmp create mask = 0700 print ok = Yes browseable = No [public] path = /usr/local/www/data/calendar read only = No guest ok = Yes =========================== Matthew Jonkman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message