netcomander
Programmer
hi all,
I have a web-server, which shall contain its own primary
dns-server where my domain is listed. I use the the
secondary dns-server of my isp.
Now to my problem. The zone egdomain.net leads to
the soa:
@ IN SOA srv.domain.net. hostmaster.egdomain.net. (
...)
NS srv.egdomain.net ...
The dns-server is working fine as a cache-nameserver,
and I do can successfully make a
dig -x 127.0.0.1,
but I cant make a
dig egdomain.net
nor can I make a
dig instead I get an answer, that shows up, that
the zone "." was used.
Doesn't the dns-server musst use the existing
zone "egdomain.net" first, bevor using the
zone "."???
further more I want to set up the registered
names egdomain.de and egdomain.net.de
I did this with a zone like
@ IN SOA srv.egdomain.net hostmaster.egdomain.net (
...)
NS srv.egdomain.net. ...
NS ns2.isp.com.
MX srv.egdomain.net.
srv A 215.118.112.33
egdomain.de CNAME srv
Is this ok? Or should I write
CNAME srv ?
Thanks so far. I would really appriciate
any hint, that leads me to the light
greetings markus
I have a web-server, which shall contain its own primary
dns-server where my domain is listed. I use the the
secondary dns-server of my isp.
Now to my problem. The zone egdomain.net leads to
the soa:
@ IN SOA srv.domain.net. hostmaster.egdomain.net. (
...)
NS srv.egdomain.net ...
The dns-server is working fine as a cache-nameserver,
and I do can successfully make a
dig -x 127.0.0.1,
but I cant make a
dig egdomain.net
nor can I make a
dig instead I get an answer, that shows up, that
the zone "." was used.
Doesn't the dns-server musst use the existing
zone "egdomain.net" first, bevor using the
zone "."???
further more I want to set up the registered
names egdomain.de and egdomain.net.de
I did this with a zone like
@ IN SOA srv.egdomain.net hostmaster.egdomain.net (
...)
NS srv.egdomain.net. ...
NS ns2.isp.com.
MX srv.egdomain.net.
srv A 215.118.112.33
egdomain.de CNAME srv
Is this ok? Or should I write
CNAME srv ?
Thanks so far. I would really appriciate
any hint, that leads me to the light
greetings markus