Scenario:
Internet
|
|
|
(subnet 1.2.3.4) Router (subnet 5.6.7.8)
/ \
/ \
Public WWW server Firewall Server
|
|
|
MASQ Clients
(192.168.x.x)
Can I have Samba running on the Public WWW server, and show up as a
server for those MASQ clients? If so, can it be setup so that ONLY
those coming from that MASQ section be allowed to contact it (Samba)?
The reason for this convoluted setup is because I want the Public
WWW server to stay where it is, serving the world, however I want files
on it to be accessible/modifyable to those sitting on the MASQ network
through Network Neighborhood (or whatever is equivalent) and Samba is
the only thing that comes to mind, but I'm not sure Samba can even work
this way.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+--------------------------------------------------------------------
Ashley M. Kirchner <mailto:ashley@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6
http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.
Hello All,
We just upgraded our Samba Server from 2.10 to 2.2.2 and we have
uncovered what we think is a file locking problem.
The office in question has 5 workstations all running W2K SP2 with a
server running RedHat 7.1 using Samba 2.2.2 as a Primary Domain
Controller. On the Samba Server we have our Quickbooks data file located
in one of the shares. This Quicken Program allows us to run in
Multi-User Mode, so we could conceivably have three users accessing the
same file at the same time.
When we were using Samba 2.10 we had no problems with this setup and
everything worked as it should. However, now, since the upgrade, when
one user access the file, the others get an error message that states
"Could not access the image. Perhaps you do not have sufficient
permissions to do so."
Does anyone have any idea what is wrong here and what we need to do to
correct this. I am enclosing our smb.conf file for your review.
Sincerely,
Bruce P. Morin
# Global parameters
[global]
workgroup = MAINOFFICE
netbios name = T1100
encrypt passwords = Yes
domain admin group = @adm
logon script = logon.cmd
logon drive = H:
domain logons = Yes
os level = 64
preferred master = True
domain master = True
read only = No
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
[netlogon]
path = /srv/netlogon
browseable = No
[public]
comment = TRC Public Documents and Software
path = /public
guest ok = Yes
[homes]
comment = Home Directories
browseable = No
-------------- next part --------------
HTML attachment scrubbed and removed