Re: Printer Share in FC5



2006/5/31, Thomas Taylor <linxt@xxxxxxxxxxx>:
On Wednesday 31 May 2006 05:05, Antonio Montagnani wrote:
> I have a new FC5 system with two printer (parallel Epson C70 and USB
> Samsung Ml-1610) that work great.
> Now I want to share both of them with another FC5 laptop.
> I followed the procedure but I can't get the test page from remote
> machine (that is used also on another network and can share printers).
>
> I used the printer configuartion tool, I told to share printers to All
> using CUPS (IPP).
> Where shall I start investigation???
>
> Any help will be appreciated.....please note that it is not depending
> on iptables as I didn't succeed even when iptables was stopped.
> And what about hosts.allow and host.deny???
>
> --
> Antonio Montagnani
> Skype : antoniomontag

How about some more information. Such as pertinent portions of cups.conf,
what error messages you're receiving, how the network is set up, etc..

Tom

--
Tom Taylor
Linux user #263467
Federal Way, WA







--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


192.168.0.1 is the machine where both printers are connected to
192.168.0.5 is the other computer: they are

My cupsd.conf is:
LogFilePerm 0600
MaxLogSize 2000000000
# Show general information in error_log.
LogLevel info
Printcap /etc/printcap
<Location />
# Allow shared printing and remote administration...
Order allow,deny
Allow @LOCAL
</Location>
<Location /admin>
AuthType Basic
AuthClass System
# Allow remote administration...
Order allow,deny
Allow @LOCAL
</Location>
<Location /printers/Samsung>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location /printers/Laser>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
</Location>
<Location /printers/printer>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
# Enable printer sharing and shared printers.
# Allow remote access
<Location /admin/conf>
AuthType Basic
Require user @SYSTEM
# Allow remote access to the configuration files...
Order allow,deny
Allow @LOCAL
</Location>
<Policy default>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job
Purge-Jobs Set-Job-Attributes Create-Job-Subscription
Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job
Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes
Enable-Printer Disable-Printer Pause-Printer-After-Current-Job
Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer
Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer
Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer
CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs
CUPS-Set-Default CUPS-Add-Device CUPS-Delete-Device>
AuthType Basic
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
<Location /printers/Samsung_1610>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>

# Lines below are automatically generated - DO NOT EDIT
<Location /printers/ml-1610--1>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/EpsonC70>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631

My printcap file is:
# This file was automatically generated by cupsd(8) from the
# /etc/cups/printers.conf file. All changes to this file
# will be lost.
ml-1610--1|ml-1610--1:rm=Casa:rp=ml-1610--1:
EpsonC70|Epson Inkjet C-70:rm=Casa:rp=EpsonC70:

any furtehr information???
--
Antonio Montagnani
Skype : antoniomontag

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages