Quote:
Originally Posted by falko
You must create the A record on the authoritative nameservers for abc.com. You can find them out by running
|
Okay, results:
dig ns abc.com (returned nothing)
So I went to my SRV1 ISPConfig2 server and clicked the DNS Manager and edited my “New Master” to look like this:
SOA- abc.com
IP=70.xxx.xxx.100
Then on the Records Tab in DNS Manager for the Master I added
A Record=
[SRV1] with IP=70.xxx.xxx.100) and
A Record=
[SRV2] with (IP=70.xxx.xxx.200)
Then repeated the same but in reverse, by going to my SRV2 ISPConfig2 server, DNS Manager, New Master, SOA=acb.com, A Record=srv2(IP-70.xxx.xxx.200, A Record=SRV1(IP-70.xxx.xxx.100)
Now, when I dig ns abc.com
[CODE][root@srv2 ~]# dig ns tx0.us
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> ns abc.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24865
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;abc.com. IN NS
;; ANSWER SECTION:
abc.com. 83614 IN NS srv2.abc.com.
abc.com. 83614 IN NS srv1.abc.com.
;; Query time: 34 msec
;; SERVER: 205.xxx.xxx.xxx#53(205.xxx.xxx.xxx)
;; WHEN: Thu Mar 4 18:59:12 2010
;; MSG SIZE rcvd: 62
/CODE]
Results are that I still cannot receive emails via roundcube mail.
Thanks,
happz