On Fri, 2002-10-11 at 10:36, Tim Waugh wrote: > On Fri, Oct 11, 2002 at 10:26:13AM +0200, H M Kunzmann wrote: > > > I've checked that the lpd service is listening on > > > > Proto Recv-Q Send-Q Local Address Foreign Address > > tcp 0 0 *:printer *:* > > > > where else should I look ? > > /etc/lpd.perms. The as-shipped LPRng configuration rejects all > non-local jobs, for better security. You can add a line like: > > ACCEPT SERVICE=X REMOTEIP=192.168.1.0/255.255.255.0 > > to allow printing from hosts on your subnet. That solved it, thanks :-)