- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- plz help me config printer client
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 06:15 PM
02-11-2007 06:15 PM
plz help me config 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2007 08:10 PM
02-11-2007 08:10 PM
Re: plz help me config printer client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 04:06 PM
02-12-2007 04:06 PM
Re: plz help me config printer client
>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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 12:19 AM
02-14-2007 12:19 AM
Re: plz help me config printer client
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 05:27 PM
02-15-2007 05:27 PM
Re: plz help me config printer client
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