Bug 199413

Summary: cups is not compiled with IPv6 support
Product: [Fedora] Fedora Reporter: Peter Vrabec <pvrabec>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-19 15:04:52 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:
Bug Depends On:    
Bug Blocks: 195271    

Description Peter Vrabec 2006-07-19 13:39:21 UTC
Description of problem:
It's supposed cups-1.2 support IPv6, but it seems IPv6 is not enabled.

How reproducible:
# service cups start
  
Actual results:
# nmap -6 ipv6srot6
Starting Nmap 4.03 ( http://www.insecure.org/nmap/ ) at 2006-07-19 14:42 CEST
Interesting ports on ipv6srot6.ipv6.redhat.usu (fec0::f101:210:5aff:fed5:7e33):
(The 1669 ports scanned but not shown below are in state: closed)
PORT    STATE SERVICE
 21/tcp  open  ftp
 22/tcp  open  ssh
 53/tcp  open  domain
 80/tcp  open  http
 443/tcp open  https

but 
# nmap ipv6srot 
Starting Nmap 4.03 ( http://www.insecure.org/nmap/ ) at 2006-07-19 15:39 CEST
Interesting ports on ipv6srot (127.0.0.1):
(The 1663 ports scanned but not shown below are in state: closed)
...
631/tcp   open  ipp
...

Expected results:
# nmap -6 ipv6srot6
...
631/tcp   open  ipp
...

Comment 1 Tim Waugh 2006-07-19 13:46:09 UTC
Did you enable remote administration using system-config-printer?  If not, it
won't listen on any non-lo network interfaces.

Comment 2 Peter Vrabec 2006-07-19 15:04:52 UTC
I didn't find remote administration in system-config-printer. :-(

But after I have turned sharing of queue on, I get:
#nmap -6 ipv6srot6
Starting Nmap 4.03 ( http://www.insecure.org/nmap/ ) at 2006-07-19 16:56 CEST
Interesting ports on ipv6srot6.ipv6.redhat.usu (fec0::f101:210:5aff:fed5:7e33):
(The 1668 ports scanned but not shown below are in state: closed)
PORT    STATE SERVICE
21/tcp  open  ftp
22/tcp  open  ssh
53/tcp  open  domain
80/tcp  open  http
443/tcp open  https
631/tcp open  ipp

I printed test page from my box via ipv6srot6 using ipp and everything worked alright.

The only problem is:
# links http://ipv6srot:631  -  success
# links http://ipv6srot6:631 - 403 Forbidden