0

I am in a private network having 192.168.1.0/24 . I have a wireless router, i am providing wifi hotspot to my users with wireless router and i have 100 users in the network. I want to provide name to my webserver's ip. for that I selected bind. But i am not connected to any ISP's(i haven't any internet facility) so what ip i have to give in the forward section of named.conf.options.

and what configuration i have to put in db.domain file i don't know about SOA? my webserver's ip is 192.168.1.29.

ashok
  • 271
  • 4
  • 17

1 Answers1

0

In the forward section you can keep your DNS server IP, or just set some Generic ISP IP such as 4.4.4.4 or 8.8.8.8. Indeed the forwards will not affect your internal DNS this is used when caching to the outer domains.

In order to understand bind9 with ubuntu it's better to read more about before starting your configuration.

you can read the official documentation from here. Another great tutorial can get from here

Please refer to this link How do I do a complete BIND9 DNS Server Configuration with a hostname? you can find your needs in detail

Maythux
  • 84,289