![]() |
DNS Problem
Hello guys, good day.. I have configured a DNS machine but i think im lost already.
Here is what i have done so far: 1. I have register a domain blucard.com, and I setup a DNS(ns1.pl.blucard.com) at home 2 I already added a record ns1.pl.blucard.com pointing to the ip address(123.111.1.1) of my dns server at home 3. I setup bind(not chrooted) in ns1.pl.blucard.com and here are my configs. /etc/named.conf PHP Code:
PHP Code:
However after doing all these stuffs, i cant ping ns1.pl.blucard.com and test.pl.blucard.com. Adding ns1.pl.blucard.com record to the domain registry is about 2 days now.. so i think it is propagated already. Please advice me what to do... thanks in advance... |
i tried to troubleshoot the server but still no luck,
netstat -tulpn | grep 53 PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Hi,
Note that you need the glue record between the domain blucard.com and the subdomain pl.blucard.com. Take a look at the output of the following dig commands: Code:
dig blucard.com +shortCode:
<snipped blucard.com zonefile>Quote:
Code:
dig -x 123.111.1.1 |
hi bathory,,
pl.blucard.com is already added in the zone file of blucard.com.. and here is my new /etc/named/pl.blucard.com.zone file. i tried adding a record for ns1 and test.pl PHP Code:
|
Quote:
I can also resolve ns1.pl.blucard.com from here as well as test.pl.blucard.com, even though there are no NS for the pl.blucard.com subdomain: Code:
dig ns1.pl.blucard.com +shortBesides you don't need the line "$ORIGIN pl.blucard.com." in the pl.blucard.com zonefile. Also check the trailing dots after hostnames, as you miss some of them. Regards |
| All times are GMT -5. The time now is 09:15 AM. |