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:
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?
My apologies, I cannot reproduce this problem.
Okay, feel free to reopen this bug if you are able to reproduce.