Thread: setup a dns server
hi everybody, trying configure mail server on ubuntu based on postfix following tutorial of flurdy. basic part of tutorial working(i able send messages virtual addresses , domains). tried setup dns server on ubuntu , i've got 2 problems:
-first, /etc/resolv.conf changing , have file this:
domain: home
search:home
nameserver:192.168.1.1 ip address of router.
-my zone file this:
$ttl 86400
@ in soa mta.reseau.loc. mail.reseau.loc. (
2008061801
21600
3600
604800
86400 )
;record "a" dns <-> classical ip
@ in ns mail.aritafric.com
in mx 10 mail.aritafric
in 192.168.0.12
mail in 192.168.0.12
mta in 192.168.0.12
;enregistrement messagerie
reseau.loc. in mx 10 aritafric
reverse dns this:
@ in soa aritafric.com root.aritafric.com. (
2006081401;
28800;
604800;
604800;
86400);
in ns aritafric.aritafric.com
12 in ptr aritafric.aritafric.com
when excute command dig aritafric.com, mx part doesn't appear on result showed in tutorial read , have screen this:
solution??
p.s i'm running ubuntu 9.10 on vmware using bridge. , have router dhcp enabled
you getting dns server (your router) dhcp, think.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] setup a dns server
Ubuntu
Comments
Post a Comment