Fool groping in the dark - gagged and BIND! :)
Hello Friends,I am administering a server which has resolutely refused to co-operate with me on one issue.
I am trying to set up a loopback for localhost and I have set up a named zone 127.0.0.db and I have added the required SOA , NS and PTR record to localhost.
---
$TTL 86400
@ IN SOA myserver.mydomain.com. hostmaster.mydomain.com. (
2000091401 ; Serial Number
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Negative TTL
IN NS myserver.mydomain.com.
IN NS otherserver.mydomain.com.
1 IN PTR localhost.
----
I have also added this zone in the named.conf file but I keep getting "Cant find PTR record for 127.0.0.1" from the .fr registrar
Any help from BIND experts leading this blind expert would be appreciated!
BTW it is BIND 9.1 on a RH Linux cpanel server
Thanks
Balaji