-
Notifications
You must be signed in to change notification settings - Fork 558
Pods are uanble to resolve DNS for any of Azure service or other external sites. #2971
Comments
Hi @svick7859, thanks for the detail. What does kube-dns in the kube-system namespace look like? Is it Running? Anything interesting in the logs? |
@jackfrancis Yes, it's running. There are two instances. Which logs? Here is dnsmasq I0515 15:59:19.514245 1 main.go:76] opts: {{/usr/sbin/dnsmasq [-k --cache-size=1000 --no-resolv --server=127.0.0.1#10053 --server=/in-addr.arpa/127.0.0.1#10053 --server=/ip6.arpa/127.0.0.1#10053 --log-facility=-] true} /kube-dns-config 10000000000} |
kubedns would be great as well |
cf. #2880 |
Getting them now |
I0515 15:59:19.514245 1 main.go:76] opts: {{/usr/sbin/dnsmasq [-k --cache-size=1000 --no-resolv --server=127.0.0.1#10053 --server=/in-addr.arpa/127.0.0.1#10053 --server=/ip6.arpa/127.0.0.1#10053 --log-facility=-] true} /kube-dns-config 10000000000} |
See temporary workaround here for another customer, if you're able to punt on RCA in order to restore service: |
Let me try that. Stay tuned . . . |
@jackfrancis are you talking about grabbing the newer versions of kubedns? |
@svick7859 I'm referring to the stubDomains workaround |
@jackfrancis We tried and perhaps are doing something wrong. nslookup resolves on 1st attempt (name server is default kube-dns - 10.0.0.10 (should that be the case if we're using upstream 8.8.8.8), but subsequent attempts fail. This is similar to what I saw without using the stubDomain. So it seems like the stub (we're only using the upstream setting to point to google) isn't having an affect. Hope that wasn't too confusing! My head is spinning with this issue. |
Do you have the original api model used to deploy this cluster (or clusters)? Could you quickly use it and deploy a new (say, 2 node) cluster to a new resource group and validate that the same symptoms are not present? That would suggest that whatever upstream DNS service is broken is not general but, perhaps, limited to the source NAT(s) your broken cluster(s) originates from. |
I have another environment experiencing the same issue. Stupid Q, but could there be something between 10.0.0.10 and 8.8.8.8 that is broken? I only ask because even though we added 8..., it still fails. |
Should the kubedns config look different after applying the changes to add the upstream? I0516 19:03:25.264502 1 server.go:71] Using configuration read from directory: /kube-dns-config with period 10s |
Not sure if this helps, but using the netshoot tool (https://github.com/nicolaka/netshoot) I ran the test on the pod and on the master to display the DNS results. I removed our service names and IPs. 20:05:56.329078 IP hidden.57839 > 168.63.129.16.53: 64327+ AAAA? localhost.hiddeninternal.cloudapp.net. (79) NSLOOKUP from master 20:06:53.923163 IP hidden.45502 > 168.63.129.16.53: 446+ A? AzureAPI-manager.net. (45) |
@slack Does any of the above suggest source address filtering from 168.63.129.16? |
@svick7859 am I interpreting the from-container-logs correctly in concluding that the resolver is returning NXDOMAIN responses for all requests? In other words, port 53 communications are established from the perspective of the container, and the resolver is receiving requests and returning responses (record not found)? |
I overtake for today the discussin from my collegue... actually we tried to detroy and rebuild the cluster and everithing is now working, only change made is the ACS-Engine version used to create the manifest for deploy the VMs. |
@mbarion Thanks for the update. If you still have a cluster that is able to reproduce the DNS problem, I would love to get this data:
What we'd like to see is: what is the difference between the DNS lookups going out the wire, if any? Are the pod-originating lookups being SNAT'd in a particular way compared to the DNS lookups from the node OS? |
I add my collegues to follow up
@puthi Karthik (CNH Industrial)<mailto:[email protected]> @kaye Jason (CNH Industrial)<mailto:[email protected]> can we provide this to the team? Feel free to ask support to them if needed
Da: Jack Francis [mailto:[email protected]]
Inviato: giovedì 17 maggio 2018 12:54
A: Azure/acs-engine <[email protected]>
Cc: BARION Matteo (CNH Industrial) <[email protected]>; Mention <[email protected]>
Oggetto: Re: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
@mbarion<https://github.com/mbarion> Thanks for the update. If you still have a cluster that is able to reproduce the DNS problem, I would love to get this data:
* setup a tcpdump for dns traffic on a node that has a scheduled pod that is doing DNS requests
* do some DNS lookups from the node itself (from the ubuntu CLI, for example) -- we expect these lookups to succeed
* let the pod run long enough to do its own DNS lookups -- we expect these lookups to fail
What we'd like to see is: what is the difference between the DNS lookups going out the wire, if any? Are the pod-originating lookups being SNAT'd in a particular way compared to the DNS lookups from the node OS?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2971 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjF6KUJiL9PC467O0YIny7cPcwr-VrpSks5tzblRgaJpZM4UADUW>.
|
All,
I’ve been working with Karthik and have used TCPDUMP on UDP port 53 on MASTER and ran nslookup on PODS and NODES. The output is the txt file.
# tcpdump -nt -i eth0 udp port 53 -w tcpdump_051618.pcap
we then converted to *.txt file.
Thanks
jason
[cid:[email protected]]
Jason Kaye
DevOps Infrastructure
CNH Industrial
6900 Veterans Boulevard
Burr Ridge, IL 60527 USA
From: BARION Matteo (CNH Industrial)
Sent: Thursday, May 17, 2018 12:57 PM
To: Azure/acs-engine <[email protected]>; Azure/acs-engine <[email protected]>; PUTHI Karthik (CNH Industrial) <[email protected]>; KAYE Jason (CNH Industrial) <[email protected]>
Cc: Mention <[email protected]>
Subject: R: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
I add my collegues to follow up
@puthi Karthik (CNH Industrial)<mailto:[email protected]> @kaye Jason (CNH Industrial)<mailto:[email protected]> can we provide this to the team? Feel free to ask support to them if needed
Da: Jack Francis [mailto:[email protected]]
Inviato: giovedì 17 maggio 2018 12:54
A: Azure/acs-engine <[email protected]<mailto:[email protected]>>
Cc: BARION Matteo (CNH Industrial) <[email protected]<mailto:[email protected]>>; Mention <[email protected]<mailto:[email protected]>>
Oggetto: Re: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
@mbarion<https://github.com/mbarion> Thanks for the update. If you still have a cluster that is able to reproduce the DNS problem, I would love to get this data:
* setup a tcpdump for dns traffic on a node that has a scheduled pod that is doing DNS requests
* do some DNS lookups from the node itself (from the ubuntu CLI, for example) -- we expect these lookups to succeed
* let the pod run long enough to do its own DNS lookups -- we expect these lookups to fail
What we'd like to see is: what is the difference between the DNS lookups going out the wire, if any? Are the pod-originating lookups being SNAT'd in a particular way compared to the DNS lookups from the node OS?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2971 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjF6KUJiL9PC467O0YIny7cPcwr-VrpSks5tzblRgaJpZM4UADUW>.
19:08:50.492522 IP 10.250.10.10.36303 > 168.63.129.16.domain: 21902+ AAAA? login.microsoftonline.com. (43)
19:08:50.492590 IP 10.250.10.10.40480 > 168.63.129.16.domain: 48456+ A? login.microsoftonline.com. (43)
19:08:50.494237 IP 168.63.129.16.domain > 10.250.10.10.40480: 48456 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:08:50.495763 IP 168.63.129.16.domain > 10.250.10.10.36303: 21902 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:09:00.886748 IP 10.250.10.10.56321 > 168.63.129.16.domain: 51934+ AAAA? login.microsoftonline.com. (43)
19:09:00.886811 IP 10.250.10.10.55711 > 168.63.129.16.domain: 13306+ A? login.microsoftonline.com. (43)
19:09:00.888406 IP 168.63.129.16.domain > 10.250.10.10.56321: 51934 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:09:00.888508 IP 168.63.129.16.domain > 10.250.10.10.55711: 13306 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:09:28.292572 IP 10.250.10.10.33736 > 168.63.129.16.domain: 37933+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:09:28.292578 IP 10.250.10.10.33736 > 168.63.129.16.domain: 20381+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:09:28.293827 IP 168.63.129.16.domain > 10.250.10.10.33736: 37933 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:09:28.293865 IP 168.63.129.16.domain > 10.250.10.10.33736: 20381 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:09:37.842675 IP 10.250.10.10.50411 > 168.63.129.16.domain: 64110+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:37.842681 IP 10.250.10.10.52515 > 168.63.129.16.domain: 16403+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:37.844342 IP 168.63.129.16.domain > 10.250.10.10.50411: 64110 NXDomain* 0/1/0 (158)
19:09:37.844421 IP 168.63.129.16.domain > 10.250.10.10.52515: 16403 NXDomain* 0/1/0 (158)
19:09:37.844524 IP 10.250.10.10.40160 > 168.63.129.16.domain: 15682+ AAAA? localhost. (27)
19:09:37.844538 IP 10.250.10.10.38157 > 168.63.129.16.domain: 2468+ A? localhost. (27)
19:09:37.845711 IP 168.63.129.16.domain > 10.250.10.10.38157: 2468 1/0/0 A 127.0.0.1 (43)
19:09:37.845801 IP 168.63.129.16.domain > 10.250.10.10.40160: 15682 0/1/0 (102)
19:09:37.949013 IP 10.250.10.10.53345 > 168.63.129.16.domain: 36364+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:37.949024 IP 10.250.10.10.57280 > 168.63.129.16.domain: 25593+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:37.950463 IP 168.63.129.16.domain > 10.250.10.10.53345: 36364 NXDomain* 0/1/0 (158)
19:09:37.950530 IP 168.63.129.16.domain > 10.250.10.10.57280: 25593 NXDomain* 0/1/0 (158)
19:09:37.950758 IP 10.250.10.10.51743 > 168.63.129.16.domain: 34630+ A? localhost. (27)
19:09:37.950818 IP 10.250.10.10.39983 > 168.63.129.16.domain: 14971+ AAAA? localhost. (27)
19:09:37.951889 IP 168.63.129.16.domain > 10.250.10.10.51743: 34630 1/0/0 A 127.0.0.1 (43)
19:09:37.951959 IP 168.63.129.16.domain > 10.250.10.10.39983: 14971 0/1/0 (102)
19:09:38.694652 IP 10.250.10.10.47262 > 168.63.129.16.domain: 1060+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:38.694658 IP 10.250.10.10.49901 > 168.63.129.16.domain: 60745+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:38.696587 IP 168.63.129.16.domain > 10.250.10.10.47262: 1060 NXDomain* 0/1/0 (158)
19:09:38.696665 IP 168.63.129.16.domain > 10.250.10.10.49901: 60745 NXDomain* 0/1/0 (158)
19:09:38.696856 IP 10.250.10.10.38083 > 168.63.129.16.domain: 37490+ A? localhost. (27)
19:09:38.696870 IP 10.250.10.10.59118 > 168.63.129.16.domain: 29516+ AAAA? localhost. (27)
19:09:38.697861 IP 168.63.129.16.domain > 10.250.10.10.38083: 37490 1/0/0 A 127.0.0.1 (43)
19:09:38.697930 IP 168.63.129.16.domain > 10.250.10.10.59118: 29516 0/1/0 (102)
19:09:39.548754 IP 10.250.10.10.47894 > 168.63.129.16.domain: 32807+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:39.548754 IP 10.250.10.10.45228 > 168.63.129.16.domain: 29174+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:09:39.550068 IP 168.63.129.16.domain > 10.250.10.10.47894: 32807 NXDomain* 0/1/0 (158)
19:09:39.550273 IP 168.63.129.16.domain > 10.250.10.10.45228: 29174 NXDomain* 0/1/0 (158)
19:09:39.550406 IP 10.250.10.10.49145 > 168.63.129.16.domain: 29129+ AAAA? localhost. (27)
19:09:39.550471 IP 10.250.10.10.44811 > 168.63.129.16.domain: 30694+ A? localhost. (27)
19:09:39.551257 IP 168.63.129.16.domain > 10.250.10.10.49145: 29129 0/1/0 (102)
19:09:39.551512 IP 168.63.129.16.domain > 10.250.10.10.44811: 30694 1/0/0 A 127.0.0.1 (43)
19:09:56.676110 IP 10.250.10.10.52435 > 168.63.129.16.domain: 47198+ AAAA? login.microsoftonline.com. (43)
19:09:56.676177 IP 10.250.10.10.35847 > 168.63.129.16.domain: 62445+ A? login.microsoftonline.com. (43)
19:09:56.677660 IP 168.63.129.16.domain > 10.250.10.10.52435: 47198 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:09:56.677732 IP 168.63.129.16.domain > 10.250.10.10.35847: 62445 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:10:07.008176 IP 10.250.10.10.37660 > 168.63.129.16.domain: 40815+ A? changelogs.ubuntu.com. (39)
19:10:07.008183 IP 10.250.10.10.37660 > 168.63.129.16.domain: 34846+ AAAA? changelogs.ubuntu.com. (39)
19:10:07.018821 IP 168.63.129.16.domain > 10.250.10.10.37660: 40815 1/0/0 A 91.189.95.15 (55)
19:10:07.025941 IP 168.63.129.16.domain > 10.250.10.10.37660: 34846 1/0/0 AAAA 2001:67c:1560:8008::11 (67)
19:10:11.871930 IP 10.250.10.10.48761 > 168.63.129.16.domain: 33221+ A? k8s-master-30812488-0.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (91)
19:10:11.871936 IP 10.250.10.10.48761 > 168.63.129.16.domain: 64716+ AAAA? k8s-master-30812488-0.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (91)
19:10:11.873059 IP 168.63.129.16.domain > 10.250.10.10.48761: 33221* 1/0/0 A 10.250.10.10 (107)
19:10:11.873114 IP 168.63.129.16.domain > 10.250.10.10.48761: 64716* 0/1/0 (146)
19:10:20.459001 IP 10.250.10.10.53076 > 168.63.129.16.domain: 265+ A? login.microsoftonline.com. (43)
19:10:20.459002 IP 10.250.10.10.41711 > 168.63.129.16.domain: 14550+ AAAA? login.microsoftonline.com. (43)
19:10:20.460574 IP 168.63.129.16.domain > 10.250.10.10.41711: 14550 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:20.460659 IP 168.63.129.16.domain > 10.250.10.10.53076: 265 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:10:25.990546 IP 10.250.10.10.60620 > 168.63.129.16.domain: 26926+ A? google.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (76)
19:10:25.991779 IP 168.63.129.16.domain > 10.250.10.10.60620: 26926 NXDomain* 0/1/0 (155)
19:10:25.991930 IP 10.250.10.10.41689 > 168.63.129.16.domain: 29942+ A? google. (24)
19:10:26.000077 IP 168.63.129.16.domain > 10.250.10.10.41689: 29942 0/1/0 (122)
19:10:29.170976 IP 10.250.10.10.58078 > 168.63.129.16.domain: 70+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:10:29.170981 IP 10.250.10.10.58078 > 168.63.129.16.domain: 44236+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:10:29.174861 IP 168.63.129.16.domain > 10.250.10.10.58078: 70 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:10:29.177527 IP 168.63.129.16.domain > 10.250.10.10.58078: 44236 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:10:33.221801 IP 10.250.10.10.34312 > 168.63.129.16.domain: 12869+ A? google.com. (28)
19:10:33.231468 IP 168.63.129.16.domain > 10.250.10.10.34312: 12869*- 1/0/0 A 216.58.212.238 (44)
19:10:35.469418 IP 10.250.10.10.39267 > 168.63.129.16.domain: 44749+ AAAA? login.microsoftonline.com. (43)
19:10:35.469487 IP 10.250.10.10.58127 > 168.63.129.16.domain: 51378+ A? login.microsoftonline.com. (43)
19:10:35.470786 IP 168.63.129.16.domain > 10.250.10.10.39267: 44749 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:35.470847 IP 168.63.129.16.domain > 10.250.10.10.58127: 51378 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:10:37.234200 IP 10.250.10.10.45816 > 168.63.129.16.domain: 34696+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:37.234204 IP 10.250.10.10.47097 > 168.63.129.16.domain: 55140+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:37.235832 IP 168.63.129.16.domain > 10.250.10.10.47097: 55140 NXDomain* 0/1/0 (158)
19:10:37.235905 IP 168.63.129.16.domain > 10.250.10.10.45816: 34696 NXDomain* 0/1/0 (158)
19:10:37.236598 IP 10.250.10.10.47190 > 168.63.129.16.domain: 472+ AAAA? localhost. (27)
19:10:37.236666 IP 10.250.10.10.41800 > 168.63.129.16.domain: 13134+ A? localhost. (27)
19:10:37.237502 IP 168.63.129.16.domain > 10.250.10.10.47190: 472 0/1/0 (102)
19:10:37.237575 IP 168.63.129.16.domain > 10.250.10.10.41800: 13134 1/0/0 A 127.0.0.1 (43)
19:10:37.360051 IP 10.250.10.10.60243 > 168.63.129.16.domain: 7520+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:37.360110 IP 10.250.10.10.53982 > 168.63.129.16.domain: 12429+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:37.361042 IP 168.63.129.16.domain > 10.250.10.10.60243: 7520 NXDomain* 0/1/0 (158)
19:10:37.361108 IP 168.63.129.16.domain > 10.250.10.10.53982: 12429 NXDomain* 0/1/0 (158)
19:10:37.361442 IP 10.250.10.10.33772 > 168.63.129.16.domain: 30553+ AAAA? localhost. (27)
19:10:37.361502 IP 10.250.10.10.35389 > 168.63.129.16.domain: 8918+ A? localhost. (27)
19:10:37.363359 IP 168.63.129.16.domain > 10.250.10.10.33772: 30553 0/1/0 (102)
19:10:37.363416 IP 168.63.129.16.domain > 10.250.10.10.35389: 8918 1/0/0 A 127.0.0.1 (43)
19:10:38.119279 IP 10.250.10.10.45013 > 168.63.129.16.domain: 43240+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:38.119283 IP 10.250.10.10.34088 > 168.63.129.16.domain: 41797+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:38.120347 IP 168.63.129.16.domain > 10.250.10.10.34088: 41797 NXDomain* 0/1/0 (158)
19:10:38.120441 IP 168.63.129.16.domain > 10.250.10.10.45013: 43240 NXDomain* 0/1/0 (158)
19:10:38.120566 IP 10.250.10.10.59678 > 168.63.129.16.domain: 49163+ A? localhost. (27)
19:10:38.120567 IP 10.250.10.10.55146 > 168.63.129.16.domain: 50501+ AAAA? localhost. (27)
19:10:38.121528 IP 168.63.129.16.domain > 10.250.10.10.55146: 50501 0/1/0 (102)
19:10:38.121807 IP 168.63.129.16.domain > 10.250.10.10.59678: 49163 1/0/0 A 127.0.0.1 (43)
19:10:38.965405 IP 10.250.10.10.49017 > 168.63.129.16.domain: 50188+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:38.965406 IP 10.250.10.10.58221 > 168.63.129.16.domain: 22213+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:10:38.966925 IP 168.63.129.16.domain > 10.250.10.10.58221: 22213 NXDomain* 0/1/0 (158)
19:10:38.966999 IP 168.63.129.16.domain > 10.250.10.10.49017: 50188 NXDomain* 0/1/0 (158)
19:10:38.967172 IP 10.250.10.10.41083 > 168.63.129.16.domain: 38428+ A? localhost. (27)
19:10:38.967203 IP 10.250.10.10.53322 > 168.63.129.16.domain: 1238+ AAAA? localhost. (27)
19:10:38.967980 IP 168.63.129.16.domain > 10.250.10.10.41083: 38428 1/0/0 A 127.0.0.1 (43)
19:10:38.968072 IP 168.63.129.16.domain > 10.250.10.10.53322: 1238 0/1/0 (102)
19:10:39.607824 IP 10.250.10.10.40284 > 168.63.129.16.domain: 32685+ A? login.microsoftonline.com. (43)
19:10:39.607879 IP 10.250.10.10.35531 > 168.63.129.16.domain: 53863+ AAAA? login.microsoftonline.com. (43)
19:10:39.609230 IP 168.63.129.16.domain > 10.250.10.10.35531: 53863 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:39.609312 IP 168.63.129.16.domain > 10.250.10.10.40284: 32685 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:10:47.315270 IP 10.250.10.10.38773 > 168.63.129.16.domain: 12339+ A? login.microsoftonline.com. (43)
19:10:47.315273 IP 10.250.10.10.51624 > 168.63.129.16.domain: 24597+ AAAA? login.microsoftonline.com. (43)
19:10:47.316877 IP 168.63.129.16.domain > 10.250.10.10.38773: 12339 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:10:47.317130 IP 168.63.129.16.domain > 10.250.10.10.51624: 24597 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:47.885732 IP 10.250.10.10.59915 > 168.63.129.16.domain: 4212+ A? login.microsoftonline.com. (43)
19:10:47.885770 IP 10.250.10.10.48873 > 168.63.129.16.domain: 48473+ AAAA? login.microsoftonline.com. (43)
19:10:47.886846 IP 168.63.129.16.domain > 10.250.10.10.59915: 4212 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:10:47.886894 IP 168.63.129.16.domain > 10.250.10.10.48873: 48473 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:50.257664 IP 10.250.10.10.42092 > 168.63.129.16.domain: 33700+ AAAA? login.microsoftonline.com. (43)
19:10:50.257735 IP 10.250.10.10.33090 > 168.63.129.16.domain: 41297+ A? login.microsoftonline.com. (43)
19:10:50.259092 IP 168.63.129.16.domain > 10.250.10.10.42092: 33700 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:50.259171 IP 168.63.129.16.domain > 10.250.10.10.33090: 41297 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:10:55.831489 IP 10.250.10.10.42106 > 168.63.129.16.domain: 11954+ AAAA? login.microsoftonline.com. (43)
19:10:55.831560 IP 10.250.10.10.45437 > 168.63.129.16.domain: 57026+ A? login.microsoftonline.com. (43)
19:10:55.837990 IP 168.63.129.16.domain > 10.250.10.10.42106: 11954 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:10:55.838070 IP 168.63.129.16.domain > 10.250.10.10.45437: 57026 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:11:03.706569 IP 10.250.10.10.37732 > 168.63.129.16.domain: 53362+ A? google.com. (28)
19:11:03.711457 IP 168.63.129.16.domain > 10.250.10.10.37732: 53362 1/0/0 A 216.58.212.238 (44)
19:11:07.693772 IP 10.250.10.10.33318 > 168.63.129.16.domain: 9880+ AAAA? login.microsoftonline.com. (43)
19:11:07.693829 IP 10.250.10.10.42013 > 168.63.129.16.domain: 14365+ A? login.microsoftonline.com. (43)
19:11:07.700449 IP 168.63.129.16.domain > 10.250.10.10.42013: 14365 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:11:07.700470 IP 168.63.129.16.domain > 10.250.10.10.33318: 9880 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:11.831030 IP 10.250.10.10.46267 > 168.63.129.16.domain: 14933+ AAAA? login.microsoftonline.com. (43)
19:11:11.831085 IP 10.250.10.10.38599 > 168.63.129.16.domain: 29881+ A? login.microsoftonline.com. (43)
19:11:11.832352 IP 168.63.129.16.domain > 10.250.10.10.46267: 14933 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:11.832442 IP 168.63.129.16.domain > 10.250.10.10.38599: 29881 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:11:12.496330 IP 10.250.10.10.43748 > 168.63.129.16.domain: 34920+ AAAA? login.microsoftonline.com. (43)
19:11:12.496388 IP 10.250.10.10.41181 > 168.63.129.16.domain: 37021+ A? login.microsoftonline.com. (43)
19:11:12.497508 IP 168.63.129.16.domain > 10.250.10.10.43748: 34920 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:12.497762 IP 168.63.129.16.domain > 10.250.10.10.41181: 37021 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:11:12.754191 IP 10.250.10.10.51598 > 168.63.129.16.domain: 49767+ AAAA? login.microsoftonline.com. (43)
19:11:12.754201 IP 10.250.10.10.37385 > 168.63.129.16.domain: 57678+ A? login.microsoftonline.com. (43)
19:11:12.755442 IP 168.63.129.16.domain > 10.250.10.10.51598: 49767 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:12.755492 IP 168.63.129.16.domain > 10.250.10.10.37385: 57678 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:11:12.867354 IP 10.250.10.10.36272 > 168.63.129.16.domain: 48137+ AAAA? login.microsoftonline.com. (43)
19:11:12.867426 IP 10.250.10.10.60038 > 168.63.129.16.domain: 59483+ A? login.microsoftonline.com. (43)
19:11:12.868599 IP 168.63.129.16.domain > 10.250.10.10.60038: 59483 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:11:12.871934 IP 168.63.129.16.domain > 10.250.10.10.36272: 48137 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:12.953805 IP 10.250.10.10.41808 > 168.63.129.16.domain: 46526+ A? login.microsoftonline.com. (43)
19:11:12.953809 IP 10.250.10.10.33477 > 168.63.129.16.domain: 37726+ AAAA? login.microsoftonline.com. (43)
19:11:12.954872 IP 168.63.129.16.domain > 10.250.10.10.41808: 46526 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:11:12.954939 IP 168.63.129.16.domain > 10.250.10.10.33477: 37726 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:13.237538 IP 10.250.10.10.36175 > 168.63.129.16.domain: 27086+ AAAA? login.microsoftonline.com. (43)
19:11:13.237608 IP 10.250.10.10.59043 > 168.63.129.16.domain: 13306+ A? login.microsoftonline.com. (43)
19:11:13.238864 IP 168.63.129.16.domain > 10.250.10.10.59043: 13306 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:11:13.238934 IP 168.63.129.16.domain > 10.250.10.10.36175: 27086 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:13.348974 IP 10.250.10.10.55570 > 168.63.129.16.domain: 59826+ A? login.microsoftonline.com. (43)
19:11:13.349029 IP 10.250.10.10.57997 > 168.63.129.16.domain: 60099+ AAAA? login.microsoftonline.com. (43)
19:11:13.350284 IP 168.63.129.16.domain > 10.250.10.10.55570: 59826 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:11:13.350358 IP 168.63.129.16.domain > 10.250.10.10.57997: 60099 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:13.484006 IP 10.250.10.10.53085 > 168.63.129.16.domain: 26309+ AAAA? login.microsoftonline.com. (43)
19:11:13.484011 IP 10.250.10.10.33267 > 168.63.129.16.domain: 31173+ A? login.microsoftonline.com. (43)
19:11:13.492603 IP 168.63.129.16.domain > 10.250.10.10.33267: 31173 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:11:13.492711 IP 168.63.129.16.domain > 10.250.10.10.53085: 26309 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:13.599800 IP 10.250.10.10.40572 > 168.63.129.16.domain: 43367+ AAAA? login.microsoftonline.com. (43)
19:11:13.599803 IP 10.250.10.10.40544 > 168.63.129.16.domain: 5517+ A? login.microsoftonline.com. (43)
19:11:13.601054 IP 168.63.129.16.domain > 10.250.10.10.40544: 5517 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:11:13.601110 IP 168.63.129.16.domain > 10.250.10.10.40572: 43367 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:17.391365 IP 10.250.10.10.36938 > 168.63.129.16.domain: 52805+ AAAA? login.microsoftonline.com. (43)
19:11:17.391424 IP 10.250.10.10.49251 > 168.63.129.16.domain: 50319+ A? login.microsoftonline.com. (43)
19:11:17.392663 IP 168.63.129.16.domain > 10.250.10.10.36938: 52805 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:17.392734 IP 168.63.129.16.domain > 10.250.10.10.49251: 50319 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:11:18.485170 IP 10.250.10.10.34469 > 168.63.129.16.domain: 38048+ AAAA? login.microsoftonline.com. (43)
19:11:18.485176 IP 10.250.10.10.36308 > 168.63.129.16.domain: 49729+ A? login.microsoftonline.com. (43)
19:11:18.486582 IP 168.63.129.16.domain > 10.250.10.10.34469: 38048 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:18.486680 IP 168.63.129.16.domain > 10.250.10.10.36308: 49729 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.50, A 104.45.0.25, A 104.45.0.18 (171)
19:11:30.079770 IP 10.250.10.10.44507 > 168.63.129.16.domain: 53282+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:11:30.079780 IP 10.250.10.10.44507 > 168.63.129.16.domain: 26759+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:11:30.089935 IP 168.63.129.16.domain > 10.250.10.10.44507: 53282 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:11:30.089959 IP 168.63.129.16.domain > 10.250.10.10.44507: 26759 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:11:37.687410 IP 10.250.10.10.48484 > 168.63.129.16.domain: 49831+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:37.687486 IP 10.250.10.10.55884 > 168.63.129.16.domain: 49954+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:37.688691 IP 168.63.129.16.domain > 10.250.10.10.48484: 49831 NXDomain* 0/1/0 (158)
19:11:37.688948 IP 168.63.129.16.domain > 10.250.10.10.55884: 49954 NXDomain* 0/1/0 (158)
19:11:37.689081 IP 10.250.10.10.33683 > 168.63.129.16.domain: 33904+ AAAA? localhost. (27)
19:11:37.689095 IP 10.250.10.10.44912 > 168.63.129.16.domain: 21913+ A? localhost. (27)
19:11:37.690028 IP 168.63.129.16.domain > 10.250.10.10.44912: 21913 1/0/0 A 127.0.0.1 (43)
19:11:37.690233 IP 168.63.129.16.domain > 10.250.10.10.33683: 33904 0/1/0 (102)
19:11:37.796982 IP 10.250.10.10.35591 > 168.63.129.16.domain: 53034+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:37.797577 IP 10.250.10.10.45029 > 168.63.129.16.domain: 37222+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:37.798272 IP 168.63.129.16.domain > 10.250.10.10.35591: 53034 NXDomain* 0/1/0 (158)
19:11:37.798551 IP 168.63.129.16.domain > 10.250.10.10.45029: 37222 NXDomain* 0/1/0 (158)
19:11:37.798709 IP 10.250.10.10.37652 > 168.63.129.16.domain: 42371+ AAAA? localhost. (27)
19:11:37.798774 IP 10.250.10.10.50289 > 168.63.129.16.domain: 38657+ A? localhost. (27)
19:11:37.799732 IP 168.63.129.16.domain > 10.250.10.10.37652: 42371 0/1/0 (102)
19:11:37.799814 IP 168.63.129.16.domain > 10.250.10.10.50289: 38657 1/0/0 A 127.0.0.1 (43)
19:11:38.557909 IP 10.250.10.10.44531 > 168.63.129.16.domain: 8358+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:38.557909 IP 10.250.10.10.52357 > 168.63.129.16.domain: 54019+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:38.559193 IP 168.63.129.16.domain > 10.250.10.10.44531: 8358 NXDomain* 0/1/0 (158)
19:11:38.559259 IP 168.63.129.16.domain > 10.250.10.10.52357: 54019 NXDomain* 0/1/0 (158)
19:11:38.559426 IP 10.250.10.10.39887 > 168.63.129.16.domain: 64345+ A? localhost. (27)
19:11:38.559453 IP 10.250.10.10.57518 > 168.63.129.16.domain: 29406+ AAAA? localhost. (27)
19:11:38.560584 IP 168.63.129.16.domain > 10.250.10.10.39887: 64345 1/0/0 A 127.0.0.1 (43)
19:11:38.560633 IP 168.63.129.16.domain > 10.250.10.10.57518: 29406 0/1/0 (102)
19:11:39.452347 IP 10.250.10.10.52910 > 168.63.129.16.domain: 52918+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:39.452395 IP 10.250.10.10.38157 > 168.63.129.16.domain: 11306+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:11:39.453757 IP 168.63.129.16.domain > 10.250.10.10.38157: 11306 NXDomain* 0/1/0 (158)
19:11:39.453866 IP 168.63.129.16.domain > 10.250.10.10.52910: 52918 NXDomain* 0/1/0 (158)
19:11:39.454215 IP 10.250.10.10.56226 > 168.63.129.16.domain: 40810+ AAAA? localhost. (27)
19:11:39.454360 IP 10.250.10.10.44924 > 168.63.129.16.domain: 20632+ A? localhost. (27)
19:11:39.455180 IP 168.63.129.16.domain > 10.250.10.10.44924: 20632 1/0/0 A 127.0.0.1 (43)
19:11:39.455245 IP 168.63.129.16.domain > 10.250.10.10.56226: 40810 0/1/0 (102)
19:11:45.551901 IP 10.250.10.10.35069 > 168.63.129.16.domain: 10902+ AAAA? login.microsoftonline.com. (43)
19:11:45.551939 IP 10.250.10.10.37451 > 168.63.129.16.domain: 23964+ A? login.microsoftonline.com. (43)
19:11:45.553424 IP 168.63.129.16.domain > 10.250.10.10.35069: 10902 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:11:45.553489 IP 168.63.129.16.domain > 10.250.10.10.37451: 23964 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.45.0.18, A 104.40.240.50 (171)
19:12:30.999919 IP 10.250.10.10.50339 > 168.63.129.16.domain: 44502+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:12:30.999935 IP 10.250.10.10.50339 > 168.63.129.16.domain: 9966+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:12:31.001158 IP 168.63.129.16.domain > 10.250.10.10.50339: 9966 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:12:31.001225 IP 168.63.129.16.domain > 10.250.10.10.50339: 44502 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:12:37.157676 IP 10.250.10.10.44497 > 168.63.129.16.domain: 34703+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:37.157678 IP 10.250.10.10.55029 > 168.63.129.16.domain: 46509+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:37.165921 IP 168.63.129.16.domain > 10.250.10.10.55029: 46509 NXDomain* 0/1/0 (158)
19:12:37.166036 IP 168.63.129.16.domain > 10.250.10.10.44497: 34703 NXDomain* 0/1/0 (158)
19:12:37.166186 IP 10.250.10.10.53577 > 168.63.129.16.domain: 50318+ AAAA? localhost. (27)
19:12:37.166196 IP 10.250.10.10.34400 > 168.63.129.16.domain: 42124+ A? localhost. (27)
19:12:37.172999 IP 168.63.129.16.domain > 10.250.10.10.34400: 42124 1/0/0 A 127.0.0.1 (43)
19:12:37.173050 IP 168.63.129.16.domain > 10.250.10.10.53577: 50318 0/1/0 (102)
19:12:37.274631 IP 10.250.10.10.59453 > 168.63.129.16.domain: 55257+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:37.274631 IP 10.250.10.10.32980 > 168.63.129.16.domain: 20488+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:37.275682 IP 168.63.129.16.domain > 10.250.10.10.59453: 55257 NXDomain* 0/1/0 (158)
19:12:37.275734 IP 168.63.129.16.domain > 10.250.10.10.32980: 20488 NXDomain* 0/1/0 (158)
19:12:37.275971 IP 10.250.10.10.57259 > 168.63.129.16.domain: 47692+ A? localhost. (27)
19:12:37.276010 IP 10.250.10.10.60799 > 168.63.129.16.domain: 60497+ AAAA? localhost. (27)
19:12:37.276773 IP 168.63.129.16.domain > 10.250.10.10.57259: 47692 1/0/0 A 127.0.0.1 (43)
19:12:37.276849 IP 168.63.129.16.domain > 10.250.10.10.60799: 60497 0/1/0 (102)
19:12:38.027359 IP 10.250.10.10.33159 > 168.63.129.16.domain: 15788+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:38.027364 IP 10.250.10.10.50641 > 168.63.129.16.domain: 63089+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:38.034582 IP 168.63.129.16.domain > 10.250.10.10.50641: 63089 NXDomain* 0/1/0 (158)
19:12:38.035867 IP 168.63.129.16.domain > 10.250.10.10.33159: 15788 NXDomain* 0/1/0 (158)
19:12:38.036049 IP 10.250.10.10.60040 > 168.63.129.16.domain: 47688+ AAAA? localhost. (27)
19:12:38.036061 IP 10.250.10.10.46708 > 168.63.129.16.domain: 37734+ A? localhost. (27)
19:12:38.037321 IP 168.63.129.16.domain > 10.250.10.10.60040: 47688 0/1/0 (102)
19:12:38.037396 IP 168.63.129.16.domain > 10.250.10.10.46708: 37734 1/0/0 A 127.0.0.1 (43)
19:12:38.858546 IP 10.250.10.10.38217 > 168.63.129.16.domain: 9382+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:38.858569 IP 10.250.10.10.39123 > 168.63.129.16.domain: 18791+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:12:38.859850 IP 168.63.129.16.domain > 10.250.10.10.38217: 9382 NXDomain* 0/1/0 (158)
19:12:38.859973 IP 168.63.129.16.domain > 10.250.10.10.39123: 18791 NXDomain* 0/1/0 (158)
19:12:38.860091 IP 10.250.10.10.39197 > 168.63.129.16.domain: 57033+ AAAA? localhost. (27)
19:12:38.860108 IP 10.250.10.10.44633 > 168.63.129.16.domain: 38243+ A? localhost. (27)
19:12:38.861558 IP 168.63.129.16.domain > 10.250.10.10.39197: 57033 0/1/0 (102)
19:12:38.861578 IP 168.63.129.16.domain > 10.250.10.10.44633: 38243 1/0/0 A 127.0.0.1 (43)
19:12:50.299511 IP 10.250.10.10.53976 > 168.63.129.16.domain: 53036+ A? google.com. (28)
19:12:50.301041 IP 168.63.129.16.domain > 10.250.10.10.53976: 53036 1/0/0 A 216.58.212.238 (44)
19:12:50.313096 IP 10.250.10.10.58829 > 168.63.129.16.domain: 5532+ A? ibm.com. (25)
19:12:50.332025 IP 168.63.129.16.domain > 10.250.10.10.58829: 5532 1/0/0 A 129.42.38.10 (41)
19:13:21.554377 IP 10.250.10.10.47773 > 168.63.129.16.domain: 15161+ AAAA? login.microsoftonline.com. (43)
19:13:21.554442 IP 10.250.10.10.55843 > 168.63.129.16.domain: 42266+ A? login.microsoftonline.com. (43)
19:13:21.555614 IP 168.63.129.16.domain > 10.250.10.10.47773: 15161 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:13:21.555628 IP 168.63.129.16.domain > 10.250.10.10.55843: 42266 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:13:30.672968 IP 10.250.10.10.52796 > 168.63.129.16.domain: 13193+ AAAA? login.microsoftonline.com. (43)
19:13:30.673040 IP 10.250.10.10.50810 > 168.63.129.16.domain: 3637+ A? login.microsoftonline.com. (43)
19:13:30.674665 IP 168.63.129.16.domain > 10.250.10.10.50810: 3637 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.40.240.50, A 104.45.0.25 (171)
19:13:30.706570 IP 168.63.129.16.domain > 10.250.10.10.52796: 13193 2/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (123)
19:13:31.957623 IP 10.250.10.10.53503 > 168.63.129.16.domain: 3500+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:13:31.957648 IP 10.250.10.10.53503 > 168.63.129.16.domain: 150+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:13:31.959162 IP 168.63.129.16.domain > 10.250.10.10.53503: 3500 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:13:31.959207 IP 168.63.129.16.domain > 10.250.10.10.53503: 150 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:13:37.576124 IP 10.250.10.10.50062 > 168.63.129.16.domain: 61208+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:37.576125 IP 10.250.10.10.41055 > 168.63.129.16.domain: 10125+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:37.577593 IP 168.63.129.16.domain > 10.250.10.10.50062: 61208 NXDomain* 0/1/0 (158)
19:13:37.577678 IP 168.63.129.16.domain > 10.250.10.10.41055: 10125 NXDomain* 0/1/0 (158)
19:13:37.577778 IP 10.250.10.10.42823 > 168.63.129.16.domain: 2969+ AAAA? localhost. (27)
19:13:37.577792 IP 10.250.10.10.41366 > 168.63.129.16.domain: 63459+ A? localhost. (27)
19:13:37.578900 IP 168.63.129.16.domain > 10.250.10.10.41366: 63459 1/0/0 A 127.0.0.1 (43)
19:13:37.578997 IP 168.63.129.16.domain > 10.250.10.10.42823: 2969 0/1/0 (102)
19:13:37.693650 IP 10.250.10.10.34557 > 168.63.129.16.domain: 49416+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:37.693730 IP 10.250.10.10.33672 > 168.63.129.16.domain: 47420+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:37.694621 IP 168.63.129.16.domain > 10.250.10.10.34557: 49416 NXDomain* 0/1/0 (158)
19:13:37.694892 IP 168.63.129.16.domain > 10.250.10.10.33672: 47420 NXDomain* 0/1/0 (158)
19:13:37.695031 IP 10.250.10.10.52647 > 168.63.129.16.domain: 59968+ AAAA? localhost. (27)
19:13:37.695034 IP 10.250.10.10.40233 > 168.63.129.16.domain: 55918+ A? localhost. (27)
19:13:37.696232 IP 168.63.129.16.domain > 10.250.10.10.52647: 59968 0/1/0 (102)
19:13:37.696304 IP 168.63.129.16.domain > 10.250.10.10.40233: 55918 1/0/0 A 127.0.0.1 (43)
19:13:38.508838 IP 10.250.10.10.56725 > 168.63.129.16.domain: 2833+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:38.508867 IP 10.250.10.10.50240 > 168.63.129.16.domain: 48152+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:38.509932 IP 168.63.129.16.domain > 10.250.10.10.56725: 2833 NXDomain* 0/1/0 (158)
19:13:38.510010 IP 168.63.129.16.domain > 10.250.10.10.50240: 48152 NXDomain* 0/1/0 (158)
19:13:38.510163 IP 10.250.10.10.34470 > 168.63.129.16.domain: 64076+ AAAA? localhost. (27)
19:13:38.510189 IP 10.250.10.10.50370 > 168.63.129.16.domain: 40790+ A? localhost. (27)
19:13:38.513104 IP 168.63.129.16.domain > 10.250.10.10.50370: 40790 1/0/0 A 127.0.0.1 (43)
19:13:38.513201 IP 168.63.129.16.domain > 10.250.10.10.34470: 64076 0/1/0 (102)
19:13:39.357327 IP 10.250.10.10.56508 > 168.63.129.16.domain: 5712+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:39.357327 IP 10.250.10.10.42912 > 168.63.129.16.domain: 2745+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:13:39.358336 IP 168.63.129.16.domain > 10.250.10.10.42912: 2745 NXDomain* 0/1/0 (158)
19:13:39.358551 IP 168.63.129.16.domain > 10.250.10.10.56508: 5712 NXDomain* 0/1/0 (158)
19:13:39.358681 IP 10.250.10.10.55969 > 168.63.129.16.domain: 44195+ AAAA? localhost. (27)
19:13:39.358684 IP 10.250.10.10.38006 > 168.63.129.16.domain: 37069+ A? localhost. (27)
19:13:39.359741 IP 168.63.129.16.domain > 10.250.10.10.55969: 44195 0/1/0 (102)
19:13:39.359760 IP 168.63.129.16.domain > 10.250.10.10.38006: 37069 1/0/0 A 127.0.0.1 (43)
19:13:48.584873 IP 10.250.10.10.35433 > 168.63.129.16.domain: 46061+ A? login.microsoftonline.com. (43)
19:13:48.584929 IP 10.250.10.10.57187 > 168.63.129.16.domain: 63524+ AAAA? login.microsoftonline.com. (43)
19:13:48.586142 IP 168.63.129.16.domain > 10.250.10.10.57187: 63524 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:13:48.586237 IP 168.63.129.16.domain > 10.250.10.10.35433: 46061 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:13:50.581663 IP 10.250.10.10.39382 > 168.63.129.16.domain: 16947+ AAAA? login.microsoftonline.com. (43)
19:13:50.581731 IP 10.250.10.10.46230 > 168.63.129.16.domain: 41264+ A? login.microsoftonline.com. (43)
19:13:50.584864 IP 168.63.129.16.domain > 10.250.10.10.39382: 16947 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:13:50.584929 IP 168.63.129.16.domain > 10.250.10.10.46230: 41264 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:14:00.967276 IP 10.250.10.10.51010 > 168.63.129.16.domain: 22780+ AAAA? login.microsoftonline.com. (43)
19:14:00.967336 IP 10.250.10.10.38482 > 168.63.129.16.domain: 45889+ A? login.microsoftonline.com. (43)
19:14:00.969148 IP 168.63.129.16.domain > 10.250.10.10.38482: 45889 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:14:00.969211 IP 168.63.129.16.domain > 10.250.10.10.51010: 22780 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:14:19.317083 IP 10.250.10.10.53714 > 168.63.129.16.domain: 22680+ AAAA? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:14:19.317239 IP 10.250.10.10.55610 > 168.63.129.16.domain: 44960+ A? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:14:19.322414 IP 168.63.129.16.domain > 10.250.10.10.53714: 22680 0/1/0 (136)
19:14:19.327375 IP 168.63.129.16.domain > 10.250.10.10.55610: 44960 1/0/0 A 13.95.232.23 (72)
19:14:32.814738 IP 10.250.10.10.35618 > 168.63.129.16.domain: 63034+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:14:32.814744 IP 10.250.10.10.35618 > 168.63.129.16.domain: 18102+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:14:32.816005 IP 168.63.129.16.domain > 10.250.10.10.35618: 63034 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:14:32.816040 IP 168.63.129.16.domain > 10.250.10.10.35618: 18102 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:14:38.056442 IP 10.250.10.10.58046 > 168.63.129.16.domain: 44666+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:38.056453 IP 10.250.10.10.36627 > 168.63.129.16.domain: 46674+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:38.057958 IP 168.63.129.16.domain > 10.250.10.10.36627: 46674 NXDomain* 0/1/0 (158)
19:14:38.058053 IP 168.63.129.16.domain > 10.250.10.10.58046: 44666 NXDomain* 0/1/0 (158)
19:14:38.058164 IP 10.250.10.10.58381 > 168.63.129.16.domain: 33287+ AAAA? localhost. (27)
19:14:38.058181 IP 10.250.10.10.43174 > 168.63.129.16.domain: 21245+ A? localhost. (27)
19:14:38.059183 IP 168.63.129.16.domain > 10.250.10.10.43174: 21245 1/0/0 A 127.0.0.1 (43)
19:14:38.059221 IP 168.63.129.16.domain > 10.250.10.10.58381: 33287 0/1/0 (102)
19:14:38.171408 IP 10.250.10.10.47106 > 168.63.129.16.domain: 19494+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:38.171438 IP 10.250.10.10.45744 > 168.63.129.16.domain: 23326+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:38.172551 IP 168.63.129.16.domain > 10.250.10.10.47106: 19494 NXDomain* 0/1/0 (158)
19:14:38.172631 IP 168.63.129.16.domain > 10.250.10.10.45744: 23326 NXDomain* 0/1/0 (158)
19:14:38.172813 IP 10.250.10.10.39346 > 168.63.129.16.domain: 15442+ A? localhost. (27)
19:14:38.172842 IP 10.250.10.10.54434 > 168.63.129.16.domain: 40984+ AAAA? localhost. (27)
19:14:38.173881 IP 168.63.129.16.domain > 10.250.10.10.39346: 15442 1/0/0 A 127.0.0.1 (43)
19:14:38.173933 IP 168.63.129.16.domain > 10.250.10.10.54434: 40984 0/1/0 (102)
19:14:38.952799 IP 10.250.10.10.33413 > 168.63.129.16.domain: 9317+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:38.952812 IP 10.250.10.10.35747 > 168.63.129.16.domain: 52580+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:38.954142 IP 168.63.129.16.domain > 10.250.10.10.35747: 52580 NXDomain* 0/1/0 (158)
19:14:38.954206 IP 168.63.129.16.domain > 10.250.10.10.33413: 9317 NXDomain* 0/1/0 (158)
19:14:38.954363 IP 10.250.10.10.52849 > 168.63.129.16.domain: 42850+ AAAA? localhost. (27)
19:14:38.954391 IP 10.250.10.10.54110 > 168.63.129.16.domain: 16840+ A? localhost. (27)
19:14:38.955458 IP 168.63.129.16.domain > 10.250.10.10.54110: 16840 1/0/0 A 127.0.0.1 (43)
19:14:38.955532 IP 168.63.129.16.domain > 10.250.10.10.52849: 42850 0/1/0 (102)
19:14:39.794705 IP 10.250.10.10.50894 > 168.63.129.16.domain: 56268+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:39.794711 IP 10.250.10.10.58619 > 168.63.129.16.domain: 16368+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:14:39.796113 IP 168.63.129.16.domain > 10.250.10.10.50894: 56268 NXDomain* 0/1/0 (158)
19:14:39.796169 IP 168.63.129.16.domain > 10.250.10.10.58619: 16368 NXDomain* 0/1/0 (158)
19:14:39.796491 IP 10.250.10.10.58120 > 168.63.129.16.domain: 54701+ A? localhost. (27)
19:14:39.796524 IP 10.250.10.10.42932 > 168.63.129.16.domain: 13374+ AAAA? localhost. (27)
19:14:39.797733 IP 168.63.129.16.domain > 10.250.10.10.42932: 13374 0/1/0 (102)
19:14:39.797789 IP 168.63.129.16.domain > 10.250.10.10.58120: 54701 1/0/0 A 127.0.0.1 (43)
19:14:56.761846 IP 10.250.10.10.34356 > 168.63.129.16.domain: 26638+ AAAA? login.microsoftonline.com. (43)
19:14:56.761918 IP 10.250.10.10.50206 > 168.63.129.16.domain: 65378+ A? login.microsoftonline.com. (43)
19:14:56.804824 IP 168.63.129.16.domain > 10.250.10.10.34356: 26638 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:14:56.804935 IP 168.63.129.16.domain > 10.250.10.10.50206: 65378 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:15:20.545940 IP 10.250.10.10.38124 > 168.63.129.16.domain: 20453+ AAAA? login.microsoftonline.com. (43)
19:15:20.545998 IP 10.250.10.10.55569 > 168.63.129.16.domain: 33107+ A? login.microsoftonline.com. (43)
19:15:20.547353 IP 168.63.129.16.domain > 10.250.10.10.38124: 20453 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:20.547505 IP 168.63.129.16.domain > 10.250.10.10.55569: 33107 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:15:33.695556 IP 10.250.10.10.34751 > 168.63.129.16.domain: 30117+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:15:33.695561 IP 10.250.10.10.34751 > 168.63.129.16.domain: 42119+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:15:33.696894 IP 168.63.129.16.domain > 10.250.10.10.34751: 30117 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:15:33.700171 IP 168.63.129.16.domain > 10.250.10.10.34751: 42119 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:15:35.548356 IP 10.250.10.10.54925 > 168.63.129.16.domain: 33117+ A? login.microsoftonline.com. (43)
19:15:35.548363 IP 10.250.10.10.57543 > 168.63.129.16.domain: 61652+ AAAA? login.microsoftonline.com. (43)
19:15:35.550102 IP 168.63.129.16.domain > 10.250.10.10.54925: 33117 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:15:35.550374 IP 168.63.129.16.domain > 10.250.10.10.57543: 61652 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:37.504774 IP 10.250.10.10.38472 > 168.63.129.16.domain: 195+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:37.504808 IP 10.250.10.10.53443 > 168.63.129.16.domain: 30686+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:37.506598 IP 168.63.129.16.domain > 10.250.10.10.53443: 30686 NXDomain* 0/1/0 (158)
19:15:37.506642 IP 168.63.129.16.domain > 10.250.10.10.38472: 195 NXDomain* 0/1/0 (158)
19:15:37.506784 IP 10.250.10.10.54755 > 168.63.129.16.domain: 43033+ AAAA? localhost. (27)
19:15:37.506797 IP 10.250.10.10.57789 > 168.63.129.16.domain: 37463+ A? localhost. (27)
19:15:37.507892 IP 168.63.129.16.domain > 10.250.10.10.54755: 43033 0/1/0 (102)
19:15:37.507934 IP 168.63.129.16.domain > 10.250.10.10.57789: 37463 1/0/0 A 127.0.0.1 (43)
19:15:37.614519 IP 10.250.10.10.49129 > 168.63.129.16.domain: 28207+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:37.614523 IP 10.250.10.10.39518 > 168.63.129.16.domain: 41474+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:37.615757 IP 168.63.129.16.domain > 10.250.10.10.49129: 28207 NXDomain* 0/1/0 (158)
19:15:37.615812 IP 168.63.129.16.domain > 10.250.10.10.39518: 41474 NXDomain* 0/1/0 (158)
19:15:37.616059 IP 10.250.10.10.34689 > 168.63.129.16.domain: 36036+ AAAA? localhost. (27)
19:15:37.616087 IP 10.250.10.10.45816 > 168.63.129.16.domain: 7598+ A? localhost. (27)
19:15:37.617130 IP 168.63.129.16.domain > 10.250.10.10.34689: 36036 0/1/0 (102)
19:15:37.617216 IP 168.63.129.16.domain > 10.250.10.10.45816: 7598 1/0/0 A 127.0.0.1 (43)
19:15:38.389135 IP 10.250.10.10.42278 > 168.63.129.16.domain: 58418+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:38.389141 IP 10.250.10.10.57736 > 168.63.129.16.domain: 19131+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:38.390780 IP 168.63.129.16.domain > 10.250.10.10.42278: 58418 NXDomain* 0/1/0 (158)
19:15:38.390896 IP 168.63.129.16.domain > 10.250.10.10.57736: 19131 NXDomain* 0/1/0 (158)
19:15:38.391029 IP 10.250.10.10.55957 > 168.63.129.16.domain: 11178+ AAAA? localhost. (27)
19:15:38.391038 IP 10.250.10.10.37663 > 168.63.129.16.domain: 65008+ A? localhost. (27)
19:15:38.392014 IP 168.63.129.16.domain > 10.250.10.10.37663: 65008 1/0/0 A 127.0.0.1 (43)
19:15:38.392085 IP 168.63.129.16.domain > 10.250.10.10.55957: 11178 0/1/0 (102)
19:15:39.221093 IP 10.250.10.10.54413 > 168.63.129.16.domain: 11218+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:39.221213 IP 10.250.10.10.36788 > 168.63.129.16.domain: 44082+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:15:39.222660 IP 168.63.129.16.domain > 10.250.10.10.54413: 11218 NXDomain* 0/1/0 (158)
19:15:39.222886 IP 168.63.129.16.domain > 10.250.10.10.36788: 44082 NXDomain* 0/1/0 (158)
19:15:39.223080 IP 10.250.10.10.59588 > 168.63.129.16.domain: 3770+ AAAA? localhost. (27)
19:15:39.223097 IP 10.250.10.10.50061 > 168.63.129.16.domain: 52028+ A? localhost. (27)
19:15:39.224335 IP 168.63.129.16.domain > 10.250.10.10.50061: 52028 1/0/0 A 127.0.0.1 (43)
19:15:39.224354 IP 168.63.129.16.domain > 10.250.10.10.59588: 3770 0/1/0 (102)
19:15:39.689853 IP 10.250.10.10.50530 > 168.63.129.16.domain: 41084+ AAAA? login.microsoftonline.com. (43)
19:15:39.689916 IP 10.250.10.10.35908 > 168.63.129.16.domain: 47103+ A? login.microsoftonline.com. (43)
19:15:39.710190 IP 168.63.129.16.domain > 10.250.10.10.50530: 41084 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:39.710280 IP 168.63.129.16.domain > 10.250.10.10.35908: 47103 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:15:47.435878 IP 10.250.10.10.48452 > 168.63.129.16.domain: 7306+ AAAA? login.microsoftonline.com. (43)
19:15:47.435933 IP 10.250.10.10.33240 > 168.63.129.16.domain: 7837+ A? login.microsoftonline.com. (43)
19:15:47.437499 IP 168.63.129.16.domain > 10.250.10.10.48452: 7306 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:47.437577 IP 168.63.129.16.domain > 10.250.10.10.33240: 7837 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:15:47.979200 IP 10.250.10.10.38250 > 168.63.129.16.domain: 12654+ AAAA? login.microsoftonline.com. (43)
19:15:47.979276 IP 10.250.10.10.49366 > 168.63.129.16.domain: 4164+ A? login.microsoftonline.com. (43)
19:15:47.980563 IP 168.63.129.16.domain > 10.250.10.10.49366: 4164 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:15:47.980750 IP 168.63.129.16.domain > 10.250.10.10.38250: 12654 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:50.348177 IP 10.250.10.10.35019 > 168.63.129.16.domain: 1001+ AAAA? login.microsoftonline.com. (43)
19:15:50.348198 IP 10.250.10.10.57417 > 168.63.129.16.domain: 2821+ A? login.microsoftonline.com. (43)
19:15:50.349959 IP 168.63.129.16.domain > 10.250.10.10.57417: 2821 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:15:50.350103 IP 168.63.129.16.domain > 10.250.10.10.35019: 1001 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:55.928328 IP 10.250.10.10.48775 > 168.63.129.16.domain: 858+ A? login.microsoftonline.com. (43)
19:15:55.928328 IP 10.250.10.10.55576 > 168.63.129.16.domain: 24867+ AAAA? login.microsoftonline.com. (43)
19:15:55.930157 IP 168.63.129.16.domain > 10.250.10.10.55576: 24867 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:15:55.930230 IP 168.63.129.16.domain > 10.250.10.10.48775: 858 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:16:07.788628 IP 10.250.10.10.46509 > 168.63.129.16.domain: 2681+ A? login.microsoftonline.com. (43)
19:16:07.788628 IP 10.250.10.10.52674 > 168.63.129.16.domain: 62129+ AAAA? login.microsoftonline.com. (43)
19:16:07.789903 IP 168.63.129.16.domain > 10.250.10.10.46509: 2681 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:16:07.789973 IP 168.63.129.16.domain > 10.250.10.10.52674: 62129 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:11.848300 IP 10.250.10.10.48161 > 168.63.129.16.domain: 37872+ A? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:16:11.848360 IP 10.250.10.10.36170 > 168.63.129.16.domain: 30266+ AAAA? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:16:11.860830 IP 168.63.129.16.domain > 10.250.10.10.36170: 30266 0/1/0 (136)
19:16:11.863816 IP 168.63.129.16.domain > 10.250.10.10.48161: 37872 1/0/0 A 13.95.232.23 (72)
19:16:12.118005 IP 10.250.10.10.46030 > 168.63.129.16.domain: 45776+ AAAA? login.microsoftonline.com. (43)
19:16:12.118064 IP 10.250.10.10.58949 > 168.63.129.16.domain: 38786+ A? login.microsoftonline.com. (43)
19:16:12.119072 IP 168.63.129.16.domain > 10.250.10.10.46030: 45776 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:12.119168 IP 168.63.129.16.domain > 10.250.10.10.58949: 38786 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:16:12.622225 IP 10.250.10.10.44413 > 168.63.129.16.domain: 39264+ AAAA? login.microsoftonline.com. (43)
19:16:12.622289 IP 10.250.10.10.47266 > 168.63.129.16.domain: 58183+ A? login.microsoftonline.com. (43)
19:16:12.623403 IP 168.63.129.16.domain > 10.250.10.10.47266: 58183 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:16:12.623474 IP 168.63.129.16.domain > 10.250.10.10.44413: 39264 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:12.853216 IP 10.250.10.10.55173 > 168.63.129.16.domain: 2523+ AAAA? login.microsoftonline.com. (43)
19:16:12.853306 IP 10.250.10.10.52610 > 168.63.129.16.domain: 43662+ A? login.microsoftonline.com. (43)
19:16:12.856155 IP 168.63.129.16.domain > 10.250.10.10.55173: 2523 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:12.856238 IP 168.63.129.16.domain > 10.250.10.10.52610: 43662 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:16:12.991045 IP 10.250.10.10.60657 > 168.63.129.16.domain: 57696+ AAAA? login.microsoftonline.com. (43)
19:16:12.991099 IP 10.250.10.10.55857 > 168.63.129.16.domain: 8264+ A? login.microsoftonline.com. (43)
19:16:12.992276 IP 168.63.129.16.domain > 10.250.10.10.60657: 57696 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:12.992358 IP 168.63.129.16.domain > 10.250.10.10.55857: 8264 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:16:13.074735 IP 10.250.10.10.60179 > 168.63.129.16.domain: 33845+ AAAA? login.microsoftonline.com. (43)
19:16:13.074848 IP 10.250.10.10.37470 > 168.63.129.16.domain: 6919+ A? login.microsoftonline.com. (43)
19:16:13.075804 IP 168.63.129.16.domain > 10.250.10.10.60179: 33845 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:13.075889 IP 168.63.129.16.domain > 10.250.10.10.37470: 6919 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:16:13.317696 IP 10.250.10.10.40224 > 168.63.129.16.domain: 62345+ AAAA? login.microsoftonline.com. (43)
19:16:13.317758 IP 10.250.10.10.35116 > 168.63.129.16.domain: 15240+ A? login.microsoftonline.com. (43)
19:16:13.319947 IP 168.63.129.16.domain > 10.250.10.10.40224: 62345 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:13.320015 IP 168.63.129.16.domain > 10.250.10.10.35116: 15240 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:16:13.459417 IP 10.250.10.10.59422 > 168.63.129.16.domain: 53435+ AAAA? login.microsoftonline.com. (43)
19:16:13.459422 IP 10.250.10.10.39693 > 168.63.129.16.domain: 59444+ A? login.microsoftonline.com. (43)
19:16:13.462114 IP 168.63.129.16.domain > 10.250.10.10.59422: 53435 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:13.462181 IP 168.63.129.16.domain > 10.250.10.10.39693: 59444 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:16:13.584586 IP 10.250.10.10.59023 > 168.63.129.16.domain: 30478+ AAAA? login.microsoftonline.com. (43)
19:16:13.584598 IP 10.250.10.10.53193 > 168.63.129.16.domain: 2271+ A? login.microsoftonline.com. (43)
19:16:13.585560 IP 168.63.129.16.domain > 10.250.10.10.59023: 30478 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:13.585648 IP 168.63.129.16.domain > 10.250.10.10.53193: 2271 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:16:13.687350 IP 10.250.10.10.48024 > 168.63.129.16.domain: 11577+ AAAA? login.microsoftonline.com. (43)
19:16:13.687428 IP 10.250.10.10.42441 > 168.63.129.16.domain: 31994+ A? login.microsoftonline.com. (43)
19:16:13.688760 IP 168.63.129.16.domain > 10.250.10.10.42441: 31994 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.40.240.48, A 104.45.0.18, A 104.45.0.25 (171)
19:16:13.688947 IP 168.63.129.16.domain > 10.250.10.10.48024: 11577 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:17.479368 IP 10.250.10.10.37615 > 168.63.129.16.domain: 58617+ AAAA? login.microsoftonline.com. (43)
19:16:17.479434 IP 10.250.10.10.36015 > 168.63.129.16.domain: 55924+ A? login.microsoftonline.com. (43)
19:16:17.480690 IP 168.63.129.16.domain > 10.250.10.10.37615: 58617 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:17.480828 IP 168.63.129.16.domain > 10.250.10.10.36015: 55924 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.25, A 104.40.240.48, A 104.45.0.18 (171)
19:16:18.574856 IP 10.250.10.10.53931 > 168.63.129.16.domain: 47388+ A? login.microsoftonline.com. (43)
19:16:18.574856 IP 10.250.10.10.32806 > 168.63.129.16.domain: 2480+ AAAA? login.microsoftonline.com. (43)
19:16:18.576236 IP 168.63.129.16.domain > 10.250.10.10.53931: 47388 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:16:18.576316 IP 168.63.129.16.domain > 10.250.10.10.32806: 2480 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:34.549206 IP 10.250.10.10.46742 > 168.63.129.16.domain: 54335+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:16:34.549211 IP 10.250.10.10.46742 > 168.63.129.16.domain: 19131+ AAAA? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:16:34.554560 IP 168.63.129.16.domain > 10.250.10.10.46742: 19131 1/1/0 CNAME blob.am4prdstp05c.store.core.windows.net. (158)
19:16:34.558615 IP 168.63.129.16.domain > 10.250.10.10.46742: 54335 2/0/0 CNAME blob.am4prdstp05c.store.core.windows.net., A 13.95.240.89 (109)
19:16:37.693188 IP 10.250.10.10.40305 > 168.63.129.16.domain: 59445+ AAAA? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:16:37.693249 IP 10.250.10.10.54149 > 168.63.129.16.domain: 25695+ A? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:16:37.694348 IP 168.63.129.16.domain > 10.250.10.10.40305: 59445 0/1/0 (136)
19:16:37.702546 IP 168.63.129.16.domain > 10.250.10.10.54149: 25695 1/0/0 A 13.95.232.23 (72)
19:16:37.806290 IP 10.250.10.10.53416 > 168.63.129.16.domain: 59556+ A? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:16:37.806344 IP 10.250.10.10.49797 > 168.63.129.16.domain: 58726+ AAAA? evok8sqa.westeurope.cloudapp.azure.com. (56)
19:16:37.808846 IP 168.63.129.16.domain > 10.250.10.10.53416: 59556 1/0/0 A 13.95.232.23 (72)
19:16:37.808944 IP 168.63.129.16.domain > 10.250.10.10.49797: 58726 0/1/0 (136)
19:16:37.861529 IP 10.250.10.10.55159 > 168.63.129.16.domain: 34530+ AAAA? k8s-agentpool1-30812488-0.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (95)
19:16:37.861586 IP 10.250.10.10.51592 > 168.63.129.16.domain: 1587+ A? k8s-agentpool1-30812488-0.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (95)
19:16:37.866473 IP 168.63.129.16.domain > 10.250.10.10.51592: 1587* 1/0/0 A 10.250.10.163 (111)
19:16:37.871943 IP 168.63.129.16.domain > 10.250.10.10.55159: 34530* 0/1/0 (150)
19:16:37.933305 IP 10.250.10.10.36266 > 168.63.129.16.domain: 48855+ AAAA? k8s-agentpool1-30812488-0.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (95)
19:16:37.933360 IP 10.250.10.10.57850 > 168.63.129.16.domain: 18006+ A? k8s-agentpool1-30812488-0.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (95)
19:16:37.934477 IP 168.63.129.16.domain > 10.250.10.10.36266: 48855* 0/1/0 (150)
19:16:37.934571 IP 168.63.129.16.domain > 10.250.10.10.57850: 18006* 1/0/0 A 10.250.10.163 (111)
19:16:37.985343 IP 10.250.10.10.42115 > 168.63.129.16.domain: 40902+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:37.985416 IP 10.250.10.10.49936 > 168.63.129.16.domain: 51583+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:37.986364 IP 168.63.129.16.domain > 10.250.10.10.49936: 51583 NXDomain* 0/1/0 (158)
19:16:37.986458 IP 168.63.129.16.domain > 10.250.10.10.42115: 40902 NXDomain* 0/1/0 (158)
19:16:37.986650 IP 10.250.10.10.39585 > 168.63.129.16.domain: 6779+ A? localhost. (27)
19:16:37.986677 IP 10.250.10.10.55561 > 168.63.129.16.domain: 39469+ AAAA? localhost. (27)
19:16:37.987483 IP 168.63.129.16.domain > 10.250.10.10.39585: 6779 1/0/0 A 127.0.0.1 (43)
19:16:37.987552 IP 168.63.129.16.domain > 10.250.10.10.55561: 39469 0/1/0 (102)
19:16:38.088714 IP 10.250.10.10.58285 > 168.63.129.16.domain: 24593+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:38.088714 IP 10.250.10.10.36990 > 168.63.129.16.domain: 48411+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:38.089734 IP 168.63.129.16.domain > 10.250.10.10.58285: 24593 NXDomain* 0/1/0 (158)
19:16:38.089836 IP 168.63.129.16.domain > 10.250.10.10.36990: 48411 NXDomain* 0/1/0 (158)
19:16:38.089954 IP 10.250.10.10.43596 > 168.63.129.16.domain: 56372+ AAAA? localhost. (27)
19:16:38.090039 IP 10.250.10.10.39004 > 168.63.129.16.domain: 43185+ A? localhost. (27)
19:16:38.090731 IP 168.63.129.16.domain > 10.250.10.10.43596: 56372 0/1/0 (102)
19:16:38.091875 IP 168.63.129.16.domain > 10.250.10.10.39004: 43185 1/0/0 A 127.0.0.1 (43)
19:16:38.828197 IP 10.250.10.10.33029 > 168.63.129.16.domain: 60310+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:38.828197 IP 10.250.10.10.45850 > 168.63.129.16.domain: 22823+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:38.829377 IP 168.63.129.16.domain > 10.250.10.10.33029: 60310 NXDomain* 0/1/0 (158)
19:16:38.829456 IP 168.63.129.16.domain > 10.250.10.10.45850: 22823 NXDomain* 0/1/0 (158)
19:16:38.829668 IP 10.250.10.10.53189 > 168.63.129.16.domain: 48834+ A? localhost. (27)
19:16:38.829715 IP 10.250.10.10.51482 > 168.63.129.16.domain: 59371+ AAAA? localhost. (27)
19:16:38.830727 IP 168.63.129.16.domain > 10.250.10.10.53189: 48834 1/0/0 A 127.0.0.1 (43)
19:16:38.830754 IP 168.63.129.16.domain > 10.250.10.10.51482: 59371 0/1/0 (102)
19:16:39.653073 IP 10.250.10.10.60293 > 168.63.129.16.domain: 12368+ AAAA? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:39.653074 IP 10.250.10.10.51192 > 168.63.129.16.domain: 62637+ A? localhost.n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net. (79)
19:16:39.654380 IP 168.63.129.16.domain > 10.250.10.10.60293: 12368 NXDomain* 0/1/0 (158)
19:16:39.655689 IP 168.63.129.16.domain > 10.250.10.10.51192: 62637 NXDomain* 0/1/0 (158)
19:16:39.655815 IP 10.250.10.10.36189 > 168.63.129.16.domain: 42286+ AAAA? localhost. (27)
19:16:39.655838 IP 10.250.10.10.44187 > 168.63.129.16.domain: 22764+ A? localhost. (27)
19:16:39.656839 IP 168.63.129.16.domain > 10.250.10.10.36189: 42286 0/1/0 (102)
19:16:39.657033 IP 168.63.129.16.domain > 10.250.10.10.44187: 22764 1/0/0 A 127.0.0.1 (43)
19:16:45.636522 IP 10.250.10.10.48132 > 168.63.129.16.domain: 43926+ AAAA? login.microsoftonline.com. (43)
19:16:45.636603 IP 10.250.10.10.44725 > 168.63.129.16.domain: 34670+ A? login.microsoftonline.com. (43)
19:16:45.637686 IP 168.63.129.16.domain > 10.250.10.10.48132: 43926 2/1/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net. (176)
19:16:45.637932 IP 168.63.129.16.domain > 10.250.10.10.44725: 34670 5/0/0 CNAME login.microsoftonline.com.nsatc.net., CNAME aadg.windows.net.nsatc.net., A 104.45.0.18, A 104.45.0.25, A 104.40.240.48 (171)
19:17:35.448405 IP 10.250.10.10.51416 > 168.63.129.16.domain: 42976+ A? md-pxdfpdhghcfs.blob.core.windows.net. (55)
19:17:35.448413 IP 10.250.10.10.51416 > 168.63.129.16.domain: 36349+ AAA
|
+Steve V
From: KAYE Jason (CNH Industrial)
Sent: Thursday, May 17, 2018 2:53 PM
To: BARION Matteo (CNH Industrial) <[email protected]>; Azure/acs-engine <[email protected]>; Azure/acs-engine <[email protected]>; PUTHI Karthik (CNH Industrial) <[email protected]>
Cc: Mention <[email protected]>
Subject: RE: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
All,
I’ve been working with Karthik and have used TCPDUMP on UDP port 53 on MASTER and ran nslookup on PODS and NODES. The output is the txt file.
# tcpdump -nt -i eth0 udp port 53 -w tcpdump_051618.pcap
we then converted to *.txt file.
Thanks
jason
[cid:[email protected]]
Jason Kaye
DevOps Infrastructure
CNH Industrial
6900 Veterans Boulevard
Burr Ridge, IL 60527 USA
From: BARION Matteo (CNH Industrial)
Sent: Thursday, May 17, 2018 12:57 PM
To: Azure/acs-engine <[email protected]>; Azure/acs-engine <[email protected]<mailto:[email protected]>>; PUTHI Karthik (CNH Industrial) <[email protected]<mailto:[email protected]>>; KAYE Jason (CNH Industrial) <[email protected]<mailto:[email protected]>>
Cc: Mention <[email protected]<mailto:[email protected]>>
Subject: R: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
I add my collegues to follow up
@puthi Karthik (CNH Industrial)<mailto:[email protected]> @kaye Jason (CNH Industrial)<mailto:[email protected]> can we provide this to the team? Feel free to ask support to them if needed
Da: Jack Francis [mailto:[email protected]]
Inviato: giovedì 17 maggio 2018 12:54
A: Azure/acs-engine <[email protected]<mailto:[email protected]>>
Cc: BARION Matteo (CNH Industrial) <[email protected]<mailto:[email protected]>>; Mention <[email protected]<mailto:[email protected]>>
Oggetto: Re: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
@mbarion<https://github.com/mbarion> Thanks for the update. If you still have a cluster that is able to reproduce the DNS problem, I would love to get this data:
* setup a tcpdump for dns traffic on a node that has a scheduled pod that is doing DNS requests
* do some DNS lookups from the node itself (from the ubuntu CLI, for example) -- we expect these lookups to succeed
* let the pod run long enough to do its own DNS lookups -- we expect these lookups to fail
What we'd like to see is: what is the difference between the DNS lookups going out the wire, if any? Are the pod-originating lookups being SNAT'd in a particular way compared to the DNS lookups from the node OS?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2971 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjF6KUJiL9PC467O0YIny7cPcwr-VrpSks5tzblRgaJpZM4UADUW>.
|
@slack @rite2nikhil see the tcpdump output above, all requests to Azure DNS are sourced from 10.250.10.10. Do we think this rules out any SNAT-related DNS filtering that would affect only pod-originating lookup requests? |
@svick7859 if you still have a repro-able environment are you willing to do some real-time troubleshooting? |
Hi Jack,
The environment is being torn down because MS said there was no more data to collect. They called today to let me know so I told the team to destroy the cluster and rebuild.
[cid:[email protected]]
Steve Vick
Devops Lead
CNH Industrial
6900 Veterans Boulevard
Burr Ridge, IL 60527 USA
Office +1 630-920-6504
Mobile +1 331-454-8700
From: Jack Francis [mailto:[email protected]]
Sent: Friday, May 18, 2018 3:50 PM
To: Azure/acs-engine <[email protected]>
Cc: VICK Steve (CNH Industrial) <[email protected]>; Mention <[email protected]>
Subject: Re: [Azure/acs-engine] Pods are uanble to resolve DNS for any of Azure service or other external sites. (#2971)
@svick7859<https://github.com/svick7859> if you still have a repro-able environment are you willing to do some real-time troubleshooting?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2971 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AlfdE_jKom0umGeWFM3L0RySD28Um-Kiks5tzzP7gaJpZM4UADUW>.
|
Is everyone on this thread using the Azure CNI network implementation on clusters experiencing these symptoms? ( |
Here is a quick status update: There are two problems happening concurrently, while similar they are not related:
Fix Stop this from happening
Change the args for healthz container to following
Instead of using
Solutions:
|
Thanks 🙏 @khenidak for helping us troubleshoot this issue. Looking forward to a permanent solution sooner, while we keep moving with this temp solution |
Folks on this thread, kindly: the next time you encounter this issue please:
Thanks! |
Hmm I had a similar issue (can't resolve any external dns) except it only effected new pods. We mitigated it by scaling up our nodes. I could still repro it by deploying many replicas of image: paulgmiller/dnsprobe. Is that close enough that you;d want to see etables and kern log from the kube-dns pods if I force another repro? |
To update folks who are still running into this issue, installing daemonset onto an Azure CNI-based cluster has proven to make ebtables more resilient over time: https://hub.docker.com/r/containernetworking/networkmonitor/ Here's a relatively painless way to do it:
And then, edit the daemonset to point to the actual image:
Replace |
@jackfrancis Deploying this deamonset indeed solves our problem with our new pod coming up, and network within the pod didn't get configured correebtablesctly ( can't talk to other pods at all, can't query dns name). However, since this affect our production cluster for the last 2 weeks, can you give me an explanation on why this daemonset help? Thank you |
@sharmasushant @nisheeth-ms can better explain what the azure CNI monitor daemonset does exactly (and what it doesn't do!) |
I assume that the azure cni didn't make correct changes to Thank you |
I keep running into this issue and lookiong into vnet logs I see:
Here is output of etables
|
@huydinhle This is a self healing monitor. It is possible in failure scenarios that CNI was not able to cleanup the state properly. e.g., CNI binary crashes in the middle due to permission/out of memory/ something else. This monitor detects any leftover state and cleans it up. The functionality will be built in the CNI itself in the comin releases. So, the monitor is only temporary and will eventually be not needed. |
Even after the patch, I am seeing occasional issues in DNS logs:
|
by patch, do you mean the cni monitor? |
We are also starting to see a couple of "Temporary failure in name resolution" issues popping up when trying to resolve external hosts. This is bubbling up to our applications. I can confirm that we are using @jackfrancis recommendation at #2971 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead. |
What is the status of this issue? Is there a new one opened? We're facing same issue on new AKS. |
@piotrgwiazda this issue itself is stale, perhaps there is something operational in your cluster, I would recommend engaging the standard Azure support channels that your AKS service includes |
I had the same issue in many newly created clusters using different
configurations and Kubernetes versions when using kubenet. The problem
disappeared after switching to Azure CNI plugin. I'm just leaving a note
here if anybody has the same problem.
pon., 22 lip 2019, 17:34 użytkownik Jack Francis <[email protected]>
napisał:
… @piotrgwiazda <https://github.com/piotrgwiazda> this issue itself is
stale, perhaps there is something operational in your cluster, I would
recommend engaging the standard Azure support channels that your AKS
service includes
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2971?email_source=notifications&email_token=ABIVXF34X5MILLIUJHRAVALQAXOPTA5CNFSM4FAAGULKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2QNUQI#issuecomment-513858113>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABIVXF6FSHW7PDP4OMXY7XLQAXOPTANCNFSM4FAAGULA>
.
|
Is this a request for help?:
Yes
Is this an ISSUE or FEATURE REQUEST? (choose one):
Issue
What version of acs-engine?:
1.31.1
Kubernetes
If this is a ISSUE, please:
We've been running a couple K8 clusters for a couple months. Last weekend, everything stopped working. Specifically, DNS requests were failing. We investigated our network for any surprise changes and nothing changed in Azure. Our pods are unable to resolve DNS names.
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)
Kubernetes
What happened:
Pods stopped resolving DNS names for Azure services such as Postgres, API Manager, REDIS, MongoDB Blob Store, etc. as well as some external services such as Auth0. Those same sites can be resolved if we test from the nodes on which the pods are running.
What you expected to happen:
We should never experience DNS resolution issues. This was all working a week ago.
How to reproduce it (as minimally and precisely as possible):
I can easily reproduce from within my pods. Not sure how you would reproduce if you're not experiencing DNS issues.
Anything else we need to know:
We have tried a bunch of things to resolve.
Nothing works.
As referenced above, we can telnet anywhere from any of the nodes without issue. But from within the pod it fails.
Server:
Version: 1.13.1
API version: 1.26 (minimum version 1.12)
Go version: go1.7.5
Git commit: 092cba3
Built: Wed Feb 8 06:50:14 2017
OS/Arch: linux/amd64
Experimental: false
Master - resolve.conf
nameserver 168.63.129.16
search n2wydozmtkcurochzy4mep2cdc.ax.internal.cloudapp.net
The text was updated successfully, but these errors were encountered: