Problem with Google

I’m asking again: what I have to do to revert changes I made to help you identify dns problems?
I have knot-resolver - 1.2.5-3 manually installed and I asked you for info how to revert changes. Could I edit auto.lua or should I use some commands?
Why you not provide these informations as a part of original post?

I have still issues with DNS even after this update. For example:

root@turris:~# dig support.skype.com ANY

; <<>> DiG 9.9.8-P4 <<>> support.skype.com ANY
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOTIMP, id: 49895
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;support.skype.com.             IN      ANY

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Apr 28 00:34:00 CEST 2017
;; MSG SIZE  rcvd: 46

root@turris:~# dig support.skype.com ANY @8.8.8.8

; <<>> DiG 9.9.8-P4 <<>> support.skype.com ANY @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63531
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;support.skype.com.             IN      ANY

;; ANSWER SECTION:
support.skype.com.      157     IN      CNAME   support.skype.com.edgekey.net.

;; Query time: 22 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Apr 28 00:34:05 CEST 2017
;; MSG SIZE  rcvd: 89

Is this common problem or is only my Omnia affected?

Hello,

ANY query type is special and should be used only for diagnostic purposes, which is reason why resolver might decide not to support it (which is the case of Knot resolver). It would be a problem only if other query types were failing.

To read more about ANY query type please see:
https://tools.ietf.org/html/draft-ietf-dnsop-refuse-any

2 Likes

Depends how did you install it. You can edit auto.lua manually if you installed it by downloading and installing package or you can delete overrides in /etc/config/updater and run updater.sh

I installed it exactly how it was suggested in this post:
https://forum.test.turris.cz/t/problem-with-google/3967/43?u=pav
I would like to know how to revert these changes as a part of install instructions. New OS version is out, my knot-resolver stays on old version (not all people will register this) and no info for people helping you that they have to do something. It is coincidence I found the record in auto.lua.
I thought I could edit this file, but I rather ask after seeing this “-- A file with auto-generated Install commands. Do not edit.” note.

Ok, then it should be fine just deleting lines from auto.lua mentioning knot-resolver. It is part of user base userlist, so it wouldn’t get uninstalled even if it isn’t mentioned in auto.lua at all.

As of the past week, now I can’t log into ebay accounts on Turris. I can with no problem if I use my mobile smartphone and 4G but not via Turris either Wifi or direct connection.

Hello. I think it is not a DNS problem, you would not be getting HTTP 503 error or timeouts… but I might be wrong.

Please verify if all of the names mentioned in error messages can be resolved using nslookup. Following article shows how it can be done using tool nslookup:
https://blog.thesysadmins.co.uk/nslookup-common-usage-examples.html

1 Like