Operating System - Linux
1829394 Members
3464 Online
109991 Solutions
New Discussion

plz help me config printer client

 
Maaz
Valued Contributor

plz help me config printer client

I have an issue regarding configuring printer client..

from print server i can print docs ... no prblm, but from client I cant... following are the details

The print server is: 192.168.1.6
Print Device is: HP LaserJet 1150

Now on client side
http://192.168.1.6:631/printers/HP-LaserJet

Default Destination: LaserJet 1150-1
HP-LaserJet HP LaserJet 1150 Foomatic/hpijs (recommended)

Description:
Location: http://192.168.1.6/printers/LaserJet 1150-1
Printer State: idle, accepting jobs.
"Ready to print."
Device URI: hal:///org/freedesktop/Hal/devices/usb_device_3f0_f17_00SGBB011697_if0_printer_noserial

1, Now I click on "Print Test Page" success
2, but when I click any of the following buttons "Stop Printer" "Reject Jobs" "Modify Printer" "Configure Printer" "Delete Printer" "Set As Default" "Add printer"
I got the 403. Forbidden page error
Forbidden
You don't have permission to access the resource on this server.

what should I do know ..so i can print from client side also.
plz help
Regards
Maaz




4 REPLIES 4
Zeev Schultz
Honored Contributor

Re: plz help me config printer client

check that port 631 on the server is not blocked for some actions. Also check that user is well known on both client and server. And sharing options in cups on print server.
So computers don't think yet. At least not chess computers. - Seymour Cray
Maaz
Valued Contributor

Re: plz help me config printer client

Thanks Dear Zeev Schultz for reply

>check that port 631 on the server is not blocked for some actions.
firewall is off

>Also check that user is well known on both client and server.
yes I have root account with same password on server and client

>And sharing options in cups on print server.
how to check this plz help

Regards
Maaz
Zeev Schultz
Honored Contributor

Re: plz help me config printer client

Check /etc/cups/cupsd.conf file and
these lines should be there :


Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*


Check this page for all cupsd.conf options:

http://www.cups.org/documentation.php/man-cupsd.conf.html
So computers don't think yet. At least not chess computers. - Seymour Cray
Maaz
Valued Contributor

Re: plz help me config printer client

following lines are from /etc/cups/cupsd.conf


Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.1.*
Allow From 127.0.0.2
Allow From @LOCAL


#service cupsd restart

still the same behaviour

Anyway thanks for help