BIND9 Setup

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
renandecarlo
A semi-regular
A semi-regular
Posts: 25
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Aug 30, 2011 12:07 pm

Re: BIND9 Setup

Post by renandecarlo »

Here is how my registrar DNS Zone is configured, also the DNS servers set for the domain:

Image

Image
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: BIND9 Setup

Post by Edge100x »

The second screen there doesn't matter, since you're not using their DNS servers. You don't have to look at that.

For your zone in the named.conf file, you need to add:

allow-query { any; };
renandecarlo
A semi-regular
A semi-regular
Posts: 25
Joined: Tue Aug 30, 2011 12:07 pm

Re: BIND9 Setup

Post by renandecarlo »

Edge100x wrote:The second screen there doesn't matter, since you're not using their DNS servers. You don't have to look at that.

For your zone in the named.conf file, you need to add:

allow-query { any; };
Alright,

allow-query any is the default argument, so I think there is no need to add that, but I've added anyway. Still not working though. :cry: :cry: :cry: :cry:
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: BIND9 Setup

Post by Edge100x »

It looks like your registrar has 48-hour TTLs set up, so it may take two days for their change to your DNS servers to propagate.
renandecarlo
A semi-regular
A semi-regular
Posts: 25
Joined: Tue Aug 30, 2011 12:07 pm

Re: BIND9 Setup

Post by renandecarlo »

Still nothing :evil: :evil: :evil: :evil:
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: BIND9 Setup

Post by Edge100x »

Your NS1.OPENBUX.COM and NS2.OPENBUX.COM servers still aren't pointing to the right IPs.

Code: Select all

www manage # whois ns1.openbux.com

Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.

   Server Name: NS1.OPENBUX.COM
   IP Address: 67.23.240.245
   Registrar: UNIVERSO ONLINE S/A (UOL)
   Whois Server: whois.host.uol.com.br
   Referral URL: http://registrar.host.uol.com.br

>>> Last update of whois database: Sun, 04 Sep 2011 17:01:12 UTC <<<

<snip>

www manage # whois ns2.openbux.com

Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.

   Server Name: NS2.OPENBUX.COM
   IP Address: 67.23.240.246
   Registrar: UNIVERSO ONLINE S/A (UOL)
   Whois Server: whois.host.uol.com.br
   Referral URL: http://registrar.host.uol.com.br

>>> Last update of whois database: Sun, 04 Sep 2011 17:01:28 UTC <<<

<snip>
You need to talk to your registrar about registering these correctly.
renandecarlo
A semi-regular
A semi-regular
Posts: 25
Joined: Tue Aug 30, 2011 12:07 pm

Re: BIND9 Setup

Post by renandecarlo »

I've made my last attempt with that registrar, if the last config they've made doesn't work, then I'll be transferring my domain to another one.

Here is my resolv.conf, hosts and hostname just in case, something wrong?
root@renandecarlo:~# cat /etc/resolv.conf
nameserver 128.95.120.1
nameserver 128.95.112.1
root@renandecarlo:~# cat /etc/hosts
127.0.0.1 localhost
66.151.244.199 ns1.openbux.com renandecarlo
66.151.244.205 ns2.openbux.com ns2

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
root@renandecarlo:~# cat /etc/hostname
renandecarlo
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: BIND9 Setup

Post by Edge100x »

Those three things look fine.

They just need to edit those entries for your name servers.
Post Reply