2

I found that post How to disable IPv6 on Ubuntu?

I need to ask about this file /etc/default/bind9. I couldn't find this file.

Where can i find it?

  • 2
    You only need to change the bind config if you have bind installed, which for most common users is not the case. – Requist Jan 09 '16 at 20:18
  • this is the real problem , can you help on this http://serverfault.com/questions/747533/how-can-it-bind-port-with-ip-address-not-0-0-0-0 – Begnnier Jan 10 '16 at 13:51

1 Answers1

0

Bind is related to DNS configuration to see bind9 file in the path /etc/default/bind9

Run below command:

sudo apt-get install bind9

You can go through the link for exact steps: How to disable IPv6 in Ubuntu 14.04?

Ramesh Chand
  • 7,274
  • 4
  • 33
  • 37