IPv6 still not working?

Ruud Althuizen ruud at il.fontys.nl
Mon Aug 7 03:56:41 PDT 2006


Since CUPS-1.2.2 IPv6 support should be perfected, according to http://www.cups.org/str.php?L1713. But I just don't seem to be able to get it to work.

Having this section in my config, it works for IPv4.

<Location />
Order Deny,Allow
#Allow From All
Deny From All
Allow From 127.0.0.1
Allow From 10.0.17.0/24
Allow From 192.168.1.0/24
</Location>

But if I add any of the lines below for IPv6 I keep getting these errors.

E [07/Aug/2006:12:48:52 +0200] Bad netmask value [2001:4128:1000:8022]/64 on line 13.
E [07/Aug/2006:12:48:52 +0200] Unknown Location directive Allow on line 13.

Allow From [2001:4128:1000:8022]/64
Allow From 2001:4128:1000:8022/64
Allow From 2001:4128:1000:8022::/64
Allow From @IF(rl0)

Has anyone got an idea what I'm doing wrong?




More information about the cups mailing list