Hello,
I'm using Spirent Test Center 4.46 and Avalanche C100 to test a firewall against DNS traffic. The avalanche appliance behaves both as client and server. Right now the test is working fine, but I need to tune up the server in order to have different kind of replies, i.e., adding authoritative nameserver and additional records fields in the reply.
The replies I obtain with test center looks like the following:
Domain Name System (response)
[Request In: 6]
[Time: 0.014500000 seconds]
Transaction ID: 0x002a
[+]Flags: 0x8480 Standard query response, No error
Questions: 1
Answer RRs: 1
Authority RRs: 0
Additional RRs: 0
[+]Queries
[-]Answers
[+]mail.mysiteone.com: type MX, class IN, preference 0, mx 156.121.12.21
################################
What I would like to have
################################
Domain Name System (response)
[Request In: 152]
[Time: 0.737078000 seconds]
Transaction ID: 0x2372
[+]Flags: 0x8180 Standard query response, No error
Questions: 1
Answer RRs: 12
Authority RRs: 4
Additional RRs: 4
[+]Queries
[-]Answers
[+]accounts.youtube.com: type CNAME, class IN, cname www3.l.google.com
[+]www3.l.google.com: type A, class IN, addr 173.194.35.40
[+]www3.l.google.com: type A, class IN, addr 173.194.35.41
[+]www3.l.google.com: type A, class IN, addr 173.194.35.46
[+]www3.l.google.com: type A, class IN, addr 173.194.35.32
[+]www3.l.google.com: type A, class IN, addr 173.194.35.33
[+]www3.l.google.com: type A, class IN, addr 173.194.35.34
[+]www3.l.google.com: type A, class IN, addr 173.194.35.35
[+]www3.l.google.com: type A, class IN, addr 173.194.35.36
[+]www3.l.google.com: type A, class IN, addr 173.194.35.37
[+]www3.l.google.com: type A, class IN, addr 173.194.35.38
[+]www3.l.google.com: type A, class IN, addr 173.194.35.39
[-]Authoritative nameservers
[+]google.com: type NS, class IN, ns ns3.google.com
[+]google.com: type NS, class IN, ns ns2.google.com
[+]google.com: type NS, class IN, ns ns4.google.com
[+]google.com: type NS, class IN, ns ns1.google.com
[-]Additional records
[+]ns1.google.com: type A, class IN, addr 216.239.32.10
[+]ns2.google.com: type A, class IN, addr 216.239.34.10
[+]ns3.google.com: type A, class IN, addr 216.239.36.10
[+]ns4.google.com: type A, class IN, addr 216.239.38.10
Someone has any suggestion?
Thanks in advance!
Alberto