Bonjour,
slt, j'ai configure un DNS sous Ubuntu 8.04 avec Bind9, le tout semble marché mais pas comme je veux et je ne sais pas ou se trouve le probleme. Quand je fais une verification avec dig voici ce que j'obtiens:
root@angel:/home/angel# dig mx heaven.loc
; <<>> DiG 9.4.2-P2 <<>> mx heaven.loc
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13627
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;heaven.loc. IN MX
;; ANSWER SECTION:
heaven.loc. 86400 IN MX 10 mail.heaven.loc.
heaven.loc. 86400 IN MX 10 angel.heaven.loc.
;; AUTHORITY SECTION:
heaven.loc. 86400 IN NS mail.heaven.loc.
;; ADDITIONAL SECTION:
mail.heaven.loc. 86400 IN A 192.168.20.235
angel.heaven.loc. 86400 IN A 192.168.20.235
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jan 7 13:16:44 2011
;; MSG SIZE rcvd: 117
normalement l'adresse IP du serveur devrait etre 192.168.20.235#53(192.168.20.235)
mais ce n'est pas le cas, comment faire pour resoudre ce problème?. j'ai relu et relu ma config mais rien. un coup de main SVP. merci
