This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:miscadmin [2024/05/17 02:19] – oemb1905 | computing:miscadmin [2024/12/07 19:48] (current) – oemb1905 | ||
|---|---|---|---|
| Line 347: | Line 347: | ||
| autoconf 0 | autoconf 0 | ||
| dns-nameservers 2001: | dns-nameservers 2001: | ||
| + | | ||
| + | Assigning an interface a persistent name so that bridging and static ifupdown assignments don't fail on reboot. | ||
| + | |||
| + | sudo nano / | ||
| + | SUBSYSTEM==" | ||
| | | ||
| - | --- // | + | Convert pdf to Word |
| + | |||
| + | libreoffice --infilter=" | ||
| + | |||
| + | Instruct a client to ignore the DNS server offers made by the router on Debian. | ||
| + | |||
| + | sudo nano / | ||
| + | |||
| + | In that file, find the section that begins with '' | ||
| + | |||
| + | request subnet-mask, | ||
| + | domain-name, | ||
| + | dhcp6.name-servers, | ||
| + | netbios-name-servers, | ||
| + | rfc3442-classless-static-routes, | ||
| + | |||
| + | After that's removed, find the section that begins with '' | ||
| + | |||
| + | prepend domain-name-servers 192.168.1.20; | ||
| + | prepend domain-name-servers 192.168.1.21; | ||
| + | sudo systemctl restart networking | ||
| + | |||
| + | After you restart networking, run '' | ||
| + | |||
| + | tcpdump -vv -x -X -s 1500 -i eth0 'port 853' | ||
| + | |||
| + | In order to set a policy on Chrome to stop DOT, or DNS over TLS/https, do the following: | ||
| + | |||
| + | sudo nano / | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | |||
| + | Running Debian testing/ | ||
| + | |||
| + | sudo apt-get install linux-headers-$(uname -r) | ||
| + | |||
| + | Alright .... | ||
| + | |||
| + | --- // | ||