chegg

Need to do in virtual box. need guidance

Task 1: DNS configuration Create the DNS zone file for the new zone "myuni.edu.au' and its reverse zone file. The new domain will occupy the IP ranges 192.168.1.0/24.

a. Setup the DNS on the host dns.myuni.edu.au.

b. In their SOA records, serial numbers must be prefixed with the current date and have a two-digit update number suffix: yyyymmddss, e.g. 2018090901

c. Add a single MX record for each zone with priority 50 which will direct to smtp.myuni.edu.au.

d. Add appropriate A records and PTR records for the following physical hosts: server1.myuni.edu.au 192.168.1.10 server2.myuni.edu.au 192.168.1.11 pc2.myuni.edu.au 192.168.1.22 pc3.myuni.edu.au 192.168.1.23 e. Add "www" CNAMEs to "server2"; "dns" to "server1"; and "smtp" to "server1".,

View comments (1) 

Expert Answer

  • Anonymous's Avatar

    /etc/namedb/master/myuni.edu.au

    $TTL 3600 ; 1 hour default TTL
    example.org. IN SOA ns1.example.org. admin.example.org. (
    2018090901   ; Serial
    10800 ; Refresh
    3600 ; Retry
    604800 ; Expire
    300 ; Negative Response TTL
    )

    ; DNS Servers
    IN NS ns1.myuni.edu.au.
    IN NS ns2.myuni.edu.au.

    ; MX Records
    IN MX 10 mx.myuni.edu.au.
    IN MX 50 mail.myuni.edu.au.

    IN A 192.168.1.1

    ; Machine Names
    localhost IN A 127.0.0.1
    ns1 IN A 192.168.1.2
    ns2 IN A 192.168.1.3
    mx IN A 192.168.1.4
    mail IN A 192.168.1.5
    server1.myuni.edu.au IN A   192.168.1.10
    server2.myuni.edu.au IN A   192.168.1.11
    pc2.myuni.edu.au IN A   192.168.1.22
    pc3.myuni.edu.au IN A   192.168.1.2

    ; Aliases
    www IN CNAME myuni.edu.au.
    server1       IN    CNAME   server1.myuni.edu.au
    server2       IN   CNAME   server2.myuni.edu.au
    pc2       IN   CNAME   pc1.myuni.edu.au
    pc3       IN   CNAME   pc2.myuni.edu.au

    if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and i can edit and change the answers if you argue, thanks :)

    Hide comments (2) 
    Comments
    • Anonymous's AvatarAnonymous posted 1 year ago

      hi thank you so much.But can you please explain me the question a setup the dns on the host that one. Thank you

    • Anonymous's AvatarAnonymous posted 12 months ago

      which code goes into the forward zone and which code goes into the reverse zone?



谢谢亲的回惠顾,期待您的下次光临!
添加客服微信:bbwxnly,购买沟通交流so easy

欢迎咨询以下我们的一站式服务内容:课后习题解答查题文件文档解锁下载会员帐号包月月卡
BartlebyBookragsbrainly.comCourseheroCheggeNotesEbook|gradebuddyGrammerlly|Numerade QuillBotOneclassStudypoolSaveMyEaxmsStudymodeScholarOneSlideShare|SkillShare|ScribdSolutionInnStudy.comStudyblueTermpaperwarehouseand more…

谢谢亲的支持,祝您学习愉快:)


 

评论