Date: Tue, 20 Apr 2004 17:21:11 -0400 From: Joe Altman <fj@panix.com> To: andy@neu.net Cc: freebsd-questions@freebsd.org Subject: Re: Cups printing problem Message-ID: <20040420212111.GA22519@panix.com> In-Reply-To: <Pine.LNX.4.56.0404201624400.24083@Mira.dandy.net> References: <20040414235251.7613F16A4E2@hub.freebsd.org> <Pine.LNX.4.56.0404171621350.12312@Mira.dandy.net> <20040418010836.GA15716@panix.com> <Pine.LNX.4.56.0404180846130.6046@Mira.dandy.net> <20040418152002.GB28095@panix.com> <Pine.LNX.4.56.0404201624400.24083@Mira.dandy.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 20, 2004 at 04:33:29PM -0400, andy@neu.net wrote: > Joe: > > Below, please find a copy of my cupsd.conf file. I'd appreciate it > if you could look at it and help me get network printing working. I just > need something real simple. 10.0.0.175 is the print server, and I want to > allow all hosts on the local net to print without authentication. > > > <Location /> > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 > </Location> > What is the IP of the machine on the lan from which you wish to print to 10.0.0.175? Add that IP to the section I've snipped above, so that section looks like this: <Location /> Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow from 10.0.0.X? <--substitute the number for the host for X? I think that is all you will need to do. IOW: 10.0.0.X? --> prints to --> 10.0.0.175 Here is why I think this: <Location /> Order Deny,Allow Deny From All Allow From 127.0.0.1 <-- equal to 192.168.1.100 Allow from 192.168.1.102 <-- dual boot w/ KDE Office </Location> Printing works fine w/ the dual boot; KDE Office finds the HP just fine using IPP. If this doesnt' work, then I dont' know. -- Someone dial 911. My bling-bling was stolen and smuggled into Syria.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040420212111.GA22519>