Hi,
My TV is connected to the WiFi network.
I use the static IP parameter
I change the DNS Google by those of Quad9 (9.9.9.11 and 149.112.112.11)
It seems that there is a problem with the safeguarding of new DNS.
I do not have the impression that the DNS values are saved.
I open a shell console to search for the resolv.conf file and make a log in the direction of a USB stick to analyze it on my PC.
I find six files in the log
Code:
/data/vendor/etc/resolv.conf
/system/etc/resolv.conf
/mnt/vendor/tmp/resolv.conf
/mnt/vendor/linux_rootfs/etc/ppp/resolv.conf
/mnt/vendor/linux_rootfs/etc/resolv.conf
/vendor/tvconfig/config/resolv.conf
I look at the contents of the files
Code:
C05:/ # more /data/vendor/etc/resolv.conf; echo
nameserver 8.8.8.8
C05:/ # more /system/etc/resolv.conf; echo
nameserver 8.8.8.8
C05:/ # more /mnt/vendor/tmp/resolv.conf; echo
C05:/ # more /mnt/vendor/linux_rootfs/etc/ppp/resolv.conf; echo
C05:/ # more /mnt/vendor/linux_rootfs/etc/resolv.conf; echo
C05:/ # more /vendor/tvconfig/config/resolv.conf; echo
# Generated by NetworkManager
domain mstarsemi.com.tw
search mstarsemi.com.tw
nameserver 172.16.64.81
nameserver 172.16.64.58
But where are DNS registered?
I do not find the two DNS of Googles 8.8.8.8 and 8.8.4.4 nor those of Quad9.
Can we tell me the file to check please or is it an anomaly?