remote printing permissions

1999-03-15 Thread wax_man
What file do I need to modify to allow remote printing on a linux box? Right now when I try to print, I get a no connect permission error. TIA

Re: remote printing permissions

1999-03-15 Thread Alec Smith
Take a look at /etc/hosts.lpd On Sun, 14 Mar 1999 [EMAIL PROTECTED] wrote: What file do I need to modify to allow remote printing on a linux box? Right now when I try to print, I get a no connect permission error. TIA -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED]

Re: remote printing permissions

1999-03-15 Thread wax_man
On 14 Mar, Alec Smith wrote: Take a look at /etc/hosts.lpd On Sun, 14 Mar 1999 [EMAIL PROTECTED] wrote: What file do I need to modify to allow remote printing on a linux box? Right now when I try to print, I get a no connect permission error. TIA -- Unsubscribe? mail -s

Re: remote printing permissions

1999-03-15 Thread Alec Smith
You can use individual IP addresses -- Mine is 130.108.229.31 130.108.229.32 You can also use something like 130.108.229 to indicate that an entire subnet has access. The general format is something similar, but not identical to hosts.allow/hosts.deny. Other than that, there really isn't all

Re: remote printing permissions

1999-03-15 Thread wax_man
On 14 Mar, Alec Smith wrote: You can use individual IP addresses -- Mine is 130.108.229.31 130.108.229.32 You can also use something like 130.108.229 to indicate that an entire subnet has access. The general format is something similar, but not identical to hosts.allow/hosts.deny.

Re: remote printing permissions

1999-03-15 Thread Peter Berlau
On Sun, Mar 14, 1999 at 11:17:30PM -0500, [EMAIL PROTECTED] wrote: [..] hi, I've had the same errors, my resolution was to change the files: /etc/lpd.conf /etc/lpd.perms I don't change the `/etc/host.lpd` however cu -- Peter Berlau [EMAIL PROTECTED]

Re: remote printing permissions [solved]

1999-03-15 Thread John Stevenson
To solve my problem of remote printing, it was very simple (once I found out what I was doing). Edit the /etc/lpd.perms so that it allows remote print job requests: Find these following lines in the file: # reject remote prints from arbitrary hosts REJECT SERVICE=XRPQ NOT SERVER Replace them