- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- enabling cups from client side
Operating System - Linux
1823760
Members
4363
Online
109664
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО11-04-2003 04:46 AM
тАО11-04-2003 04:46 AM
enabling cups from client side
trying to configure cups from client side on redhat AS 3.0. server runs fine. if I want to give few clients to access server through browser what lines do I need to add on cups.conf ?
I added Allow from IP of HP machine (client)
and added port 80. it is not working properly. Any advice?
I added Allow from IP of HP machine (client)
and added port 80. it is not working properly. Any advice?
He who does not slow down at the sight of a police car is usually parked.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2003 07:44 AM
тАО11-04-2003 07:44 AM
Re: enabling cups from client side
Cup print uses ipp protocole this is port 631
cat /etc/services | grep "ipp"
ipp 631/tcp # Internet Printing Protocol
ipp 631/ucp # Internet Printing Protocol
all the usefull files should be in /etc/cups on the linux side
J-P
cat /etc/services | grep "ipp"
ipp 631/tcp # Internet Printing Protocol
ipp 631/ucp # Internet Printing Protocol
all the usefull files should be in /etc/cups on the linux side
J-P
Smile I will feel the difference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2003 08:20 AM
тАО11-04-2003 08:20 AM
Re: enabling cups from client side
checked /etc/service and ipp lines looks fine. have also looked /etc/cups and edited
cupsd.conf
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.10.xx.xxx
BrowseAllow from 10.10.xx.xx
#Encryption Required
Port 80
Is this right. thanks !
cupsd.conf
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.10.xx.xxx
BrowseAllow from 10.10.xx.xx
#Encryption Required
Port 80
Is this right. thanks !
He who does not slow down at the sight of a police car is usually parked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2003 09:34 PM
тАО11-04-2003 09:34 PM
Re: enabling cups from client side
Hi,
The configuration you have above is very insecured because it means that anyone from the added client IP's can manage your cups server. You should configure the instead.
Actually the default cupsd.conf (Mandrake 9.0) should work well because it already allows access from clients on your LAN. All you need to configure is to add the cups server's hostname to the client.conf file on the client machines.
By the way it's better to use the default
port 631.
Success.
The configuration you have above is very insecured because it means that anyone from the added client IP's can manage your cups server. You should configure the
Actually the default cupsd.conf (Mandrake 9.0) should work well because it already allows access from clients on your LAN. All you need to configure is to add the cups server's hostname to the client.conf file on the client machines.
By the way it's better to use the default
port 631.
Success.
Run Unix
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP