Hello,
As in my previous request at DNS Server Behind Nat Router & Nat Firewall, there's still a little problem. This problem is: when I do nslookup for my domain name, it works well but still not working for a reverse nslookup.
PS: I have one public IP address and I use a NAT from router to my internal server as indicated previously. Here is the the source of the forword DNS source:
I have tried all possibilities with in the reverse zone but sill not working. I have tried to point my public IP and my internal server IP but nothing is working.
So please if someone can help me to solve this because I read somewhere that it is necessary for mailserver to resolve reverse DNS.
thanks in advence.
As in my previous request at DNS Server Behind Nat Router & Nat Firewall, there's still a little problem. This problem is: when I do nslookup for my domain name, it works well but still not working for a reverse nslookup.
Code:
nslookup mydomain.com => 41.111.100.152 : Works well but
nslookup 41.111.100.152 => ??? : Not working.
Code:
IN NS ns1.mycompany.com.
ns1 IN A 41.111.100.152
mycompany.com. IN A 41.111.100.152
mycompany.com. IN MX 10 rmailxp.mycompany.com.
mailxp IN A 41.111.100.152
www IN CNAME mycompany.com.
webmail IN A 41.111.100.152
So please if someone can help me to solve this because I read somewhere that it is necessary for mailserver to resolve reverse DNS.
thanks in advence.