I see that I have it in two sections:
## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.123.0/24
and
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.123.0/24
</Location>
Andrew
Scott Berry wrote:
Where exactly in the cupd.conf does this go for the printer?
Scott
----- Original Message ----- From: "Andrew Robinson"
<awrobinson-ml@xxxxxxxxx>
To: "For users of Fedora" <fedora-list@xxxxxxxxxx>
Sent: Tuesday, April 10, 2007 9:32 AM
Subject: Re: getting file sharing and printer sharing to work
Scott Berry wrote:
Hello there,
My father accidentially deleted the lancer for File Sharing off his
desktop and I want to set up file sharing from a Linux and Windows
box. Also how would one go about setting up printer sharing? My
father has the Hp5500 series with Hplip installed. Thanks much.
Samba for file sharing to windows clients. NFS for file sharing to
Linux clients. And CUPS for sharing printers. Use the Fedora
'system-config-printer' utility for configuring CUPS on the print
server. That seems to make Fedora a lot happier. And be sure to tell
CUPS about your local network by adding a line like
Allow From 192.168.1.0/24
to the /etc/cups/cupsd.conf file on your print server.