
21st November 2005, 14:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Quote:
|
Originally Posted by Tenaka
g I am unsure about is this:lets say I do not use a dedicated NS instead I just let my webserver be a NS too, can I just use the servername like hxxxx.serverkompetenz.net (which resolves to my IP) instead of the usual naming convention aka ns.myserver.com ?
|
Yes, should be ok.
|

25th November 2005, 11:37
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
I tried to test the DNS records of one of the domains I am offering NS for locally on my server at: http://www.dnsreport.com/
and it reported this error:
Quote:
ERROR: One or more of the NS records that your nameservers report are invalid:
81.169.163.106. is not a valid host name (it must be a host name, not an IP address)
81.169.163.104. is not a valid host name (it must be a host name, not an IP address)
|
when registering the domain I gave my hostname and IP as NS, which is ok so far, the above IPs are the nameservers I have set in the /etc/resolve.conf (I think this is the file where the nameservers for my server are listed...) should I enter their names there instead of the IPs?
|

25th November 2005, 12:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
81.169.163.106 and 81.169.163.104 are Strato name servers! When you register the domain, you have to set your own name servers as authoritative name servers for the domain!
|

25th November 2005, 12:21
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
I did that.
I set up hxxxx.serverkompetenz.net (my servername) as the authoritative NS for my domain. Still when doing the test I get the above error, the domain I am talking about is zice.ro (test it here: h**p://w*w.dnsreport.com/tools/dnsreport.ch?domain=zice.ro )
|

25th November 2005, 12:34
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
I did a .
This doesn't look ok:
Code:
;; AUTHORITY SECTION:
zice.ro. 10800 IN NS zice.ro.
It's the hen <-> egg problem.
Please post your zone file. Under Debian it must be something like /etc/bind/pri.zice.ro.
|

25th November 2005, 13:06
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
$TTL 86400
@ IN SOA 81.169.163.104. admin.zice.ro. (
2005112301 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS 81.169.163.104. ; Inet Address of name server 1
NS 81.169.163.106. ; Inet Address of name server 2
;
MX 10 mail.
zice.ro. A 81.169.176.18
www A 81.169.176.18
mail A 81.169.176.18
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
|

25th November 2005, 17:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Quote:
|
Originally Posted by Tenaka
$TTL 86400
@ IN SOA 81.169.163.104. admin.zice.ro. (
2005112301 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS 81.169.163.104. ; Inet Address of name server 1
NS 81.169.163.106. ; Inet Address of name server 2
;
MX 10 mail.
zice.ro. A 81.169.176.18
www A 81.169.176.18
mail A 81.169.176.18
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
|
You have put the Strato name servers into that file instead of your hxxx.serverkompetenz.net server. Try to change that.
|

25th November 2005, 19:26
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
sorry I don't understand that. I Have the strato NS inside its the ...104 and ...106 IPs, my hxxxx.serverkompetenz.net is nowhere inside this file as you can see.
except here, but its ok here as I have understood:
zice.ro. A 81.169.176.18
www A 81.169.176.18
mail A 81.169.176.18
You just left me with a big questionmark on my face???
|

26th November 2005, 17:03
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Your file should look like this:
Code:
$TTL 86400
@ IN SOA hxxx.serverkompetenz.net. admin.zice.ro. (
2005112301 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS hxxx.serverkompetenz.net. ; Inet Address of name server 1
NS hxxx.serverkompetenz.net. ; Inet Address of name server 2
;
MX 10 mail.
zice.ro. A 81.169.176.18
www A 81.169.176.18
mail A 81.169.176.18
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
So somewhere in your ISPConfig settings you have entered the IP addresses of Strato's name servers instead of hxxx.serverkompetenz.net.
|

26th November 2005, 22:36
|
|
Senior Member
|
|
Join Date: Sep 2005
Posts: 1,186
Thanks: 60
Thanked 13 Times in 11 Posts
|
|
*doh*
I was stupid ;-) got it working now, thx
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 18:42.
|
Recent comments
18 hours 26 min ago
21 hours 21 min ago
22 hours 35 min ago
23 hours 58 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 4 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 51 min ago