[megoldva] Bind + godaddy domain beállítás

Fórumok

Sziasztok!

Van egy terv, és a terv megvalósításához kérek egy kis segítséget.

Van egy szerver (vps), annak egy valamilyen ip címe. Tegyük fel: 1.2.3.4
Szeretnék több domaint venni a godaddy-nél, melynek ezt a gépet szeretném beállítani primary dns szervernek.
A dns beállítást bind-el oldalnám meg.

A probléma, hogy godaddynél, nem lehet ip-t megadni a dns-nek.

Ha esetleg a megoldáshoz szükséges egy secondary ns szerver, akkor megoldható.

Tehát röviden:

Tegyük fel, van egy akarmi.tld domain amit a godaddynél veszek, és azt szeretném, hogy névszervere az 1.2.3.4 ip-vel rendelkező gép legyen. Hogy lehet megoldani? Hogy kell beállítani a bind-et?

UPDATE

Sikerült, köszönöm.

Megoldás:
http://hup.hu/node/112938#comment-1437762
http://support.godaddy.com/help/article/668

Hozzászólások

Nem IP-t kell megadni, hanem névszervert. Létrehozod a bind-ban a zonát, akarmi.tld, a zóna fájlban ns.akarmi.tld IN A 1.2.3.4, azaz a vps IP címe, godaddy-nek pedig primary dns-nek megadod, hogy ns.akarmi.tld, secondary pedig a godaddy ns-e legyen, majd bind-ban engedélyezed, hogy a godaddy tudjon transferelni. Ennyi. (nincs domainem a godaddy-nél, lehet, hogy ez így nem működik ott)
--
HUPbeszolas FF extension

A glue record is the IP address of a name server held at the domain name registry.

Glue records are required when you wish to set the name servers of a domain name to a hostname under the domain name itself.

For example if you wished to set the name servers of example.com to ns1.example.com and ns2.example.com you would need to also provide the glue records (i.e. the IP addresses) for ns1.example.com and ns2.example.com.

If you did not provide the glue records for these name servers then your domain name would not work as anyone requiring DNS information for it would get stuck in a loop:

What is the name server for example.com? -> ns1.example.com
What is the IP address of ns1.example.com? -> don't know, try looking at name server for example.com
What is the name server for example.com? -> ns1.example.com

...and so on.

With the glue record in place the registry will hold the IP address and the loop will not occur:

What is the name server for example.com? -> ns1.example.com
What is the IP address of ns1.example.com? -> [IP Address]