Bug 220253 - Need checkbox for CUPS in trusted services (ipp)
Summary: Need checkbox for CUPS in trusted services (ipp)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-securitylevel
Version: 6
Hardware: x86_64
OS: Linux
medium
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-19 22:02 UTC by Graham Campbell
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-12-20 14:46:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.