> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of ABrady
> Sent: Tuesday, April 01, 2003 5:53 PM
> To: [EMAIL PROTECTED]
> Subject: Remote Priting
>
>
> I've done this before and now I can't seem to get it working.
>
> I have 2 RH8.0 boxen. One has a printer attached and it works
> fine. The
> box currently has no firewall running.
>
> The other is trying to connect to the first box remotely for
> printing. I
> use ssh regularly and that works. I turned telnet on briefly and that
> worked. But trying to print gives me a "connection refused" on the
> printer. I tried telnetting to the port and it eventually timed-out as
> well.
>
> I did this several times in the past and it was easy-peasy.
> But for some
> reason it refuses to cooperate now. I've gone over and over
> the configs
> and can't see anything wrong. I've created /etc/lpd.perms (differing
> variations). I tried (never needed it before) /etc/lpd.equiv.
> I've tried
> both using both 'lp' and'var/spool/lpd/lp' for the queue. I've tried
> naming the printer the same, naming it differently, different queues
> altogether, etc. Nothing has worked. I either get an error that it
> doesn't exist or on that says the connection is refused.
>
> While the error appears to be coming from the remote machine,
> nothing on
> there looks untoward. Every firewall rule is currently ACCEPT.
>
> I know I'm probably missing something easy. But I can't for
> the life of
> me see it.

hi,

check to see that your lpd daemon is set to on

# netstat -an | grep 515

next set lpd to start automatically if you have not already done so

# chkconfig --level 345 lpd on

try to start the lpd service

#service lpd start

also, do check out cups -- it's just great -- i beleive that it will be red
hat policy to support more and more cups over the next releases

cheers

christopher cuse



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to