On Mon, Jan 20, 2014 at 9:21 PM, Paul Boniol <[email protected]> wrote: > I can't seem to get CUPS (1.5.4) to only bind to a specific IP no matter > what I put into cupsd.conf... It always binds to > tcp :::631 (??? Nothing has IPv6 set up on this computer, it is turned off > for all interfaces). > udp 0.0.0.0:631 > > I've got it completely firewalled off from anything that shouldn't talk to > it. So it is more of a minor annoyance... but I'd like to fix this.
Are you noticing a specific symptom, or is it that you simply don't want to see IPv6 addresses in your netstat output? Because that notation simply says "all addresses on this machine" whether they be IPv6 or IPv4. The only way to get rid of all IPv6 address binds on a machine would be to recompile the kernel, removing support for IPv6. -- Tilghman -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
