The Debian Linux Experience - Howtos, guides and tweaks
My experience as I used Debian Linux to provide and expand services for my clients.
Showing posts with label
disable IPv6
.
Show all posts
Showing posts with label
disable IPv6
.
Show all posts
Friday, July 19, 2013
How to turn off IPv6 in Bind9 in Squeeze
In order to stop those nasty messages in your log files about not being able to find the route for IPV6 lookups, just do this:
nano /etc/default/bind9
Change OPTIONS to:
OPTIONS="-4 -u bind"
"-4" will tell bind to use ipv4 only.
Older Posts
Home
Subscribe to:
Posts (Atom)