Bug 220253

Summary: Need checkbox for CUPS in trusted services (ipp)
Product: [Fedora] Fedora Reporter: Graham Campbell <gc>
Component: system-config-securitylevelAssignee: Chris Lumens <clumens>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-20 14:46:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Graham Campbell 2006-12-19 22:02:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.8) Gecko/20061107 Fedora/1.5.0.8-1.fc6 Firefox/1.5.0.8

Description of problem:
I would avoid a lot of puzzlement as to why CUPS printer sharing is not working.

Version-Release number of selected component (if applicable):
system-config-securitylevel-1.6.27-1

How reproducible:
Always


Steps to Reproduce:
1.Turn on default firewall settings
2.
3.

Actual Results:
CUPS automatic printer sharing does not work

Expected Results:
CUPS published printers appear on neighboring systems and printing to them works.

Additional info:

Comment 1 Chris Lumens 2006-12-19 22:09:17 UTC
This service should actually be opened by default regardless of your other
firewall settings:

        /* Allow CUPS browsing */
        fprintf(fw, "-A %s -p udp -m udp --dport 631 -j ACCEPT\n", CHAIN_NAME);
        fprintf(fw, "-A %s -p tcp -m tcp --dport 631 -j ACCEPT\n", CHAIN_NAME);

What do your firewall rules look like after running system-config-securitylevel?

Comment 2 Graham Campbell 2006-12-20 01:32:47 UTC
My apologies, I cannot reproduce this problem.

Comment 3 Chris Lumens 2006-12-20 14:46:46 UTC
Okay, feel free to reopen this bug if you are able to reproduce.