Hi,
I am debugging a DNS issue where I have split DNS and my clients are getting back empty answers (answer section empty) for a query on the forwarded domain. Here is my sudo -u musictrace -i
(anonymized) DNS configuration:
Here a tcpdump between client and the Teltonika device:
tcpdump -v -i eth0 -np not tcp port 22
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144
bytes
11:50:51.833783 IP (tos 0x0, ttl 64, id 38896, offset 0, flags [none], proto UDP
(17), length 61)
172.22.26.10.44761 > 172.22.26.1.53: 33383+ A? ``doesnotexist.example.com``. (33)
11:50:51.860567 IP (tos 0x0, ttl 64, id 15277, offset 0, flags [DF], proto UDP (
17), length 110)
172.22.26.1.53 > 172.22.26.10.44761: 33383 NXDomain* 0/1/0 (82)
11:50:59.466052 IP (tos 0x0, ttl 64, id 6736, offset 0, flags [DF], proto UDP (1
7), length 70)
172.22.26.10.46269 > 172.22.26.1.53: 40774+ A? ``exists.example.com``. (32)
11:51:01.567313 IP (tos 0x0, ttl 64, id 16108, offset 0, flags [DF], proto UDP (
17), length 60)
172.22.26.1.53 > 172.22.26.10.46269: 40774* 0/0/0 (32)
11:51:01.567571 IP (tos 0x0, ttl 64, id 50688, offset 0, flags [none], proto UDP
(17), length 60)
I am a bit astonished that the Teltonika Device looks like it knows which hosts do exist in example.com and which don’t, but when I tcpdump on the far side on the OpenVPN link where the DNS server is found, I don’t see any traffic. From where does the Teltonika Router find that information?
That being said, I’d love to be able to enable traffic logging on an OpenVPN tunnel.
How can I do that?
Greetings, Marc Haber




