{{header}}
Clearnet Whonix-Gateway System DNS.
'''1.''' Apply the following changes to {{project_name_gateway_long}}.
{{Open with root rights
|filename=/etc/resolv.conf.whonix
}}
'''2.''' Uncomment the line #nameserver 10.0.2.3
.
Remove the hash ("#
") before nameserver
. This means you should change #nameserver 10.0.2.3
to nameserver 10.0.2.3
.
'''3.''' Follow platform-specific steps:
* [[Non-Qubes-Whonix|{{non_q_project_name_short}}]]: Done.
* [[Qubes|{{q_project_name_long}}]]: This should typically work. If not, refer to the footnote. [
Replace ]10.0.2.3
.
** To identify the IP to substitute, execute the command below:
** {{CodeSelect|code=
qubesdb-read /qubes-netvm-primary-dns
}}
** For example, the output might be:
** 10.139.1.1
** In this case, replace 10.0.2.3
with 10.139.1.1
. Note: Use the actual IP from the output of the qubesdb-read /qubes-netvm-primary-dns
command.
'''4.''' Done.
The configuration for {{project_name_gateway_short}} System DNS is complete.
'''5.''' Note for wiki editors.
Once Whonix 17.2.2.6 or above is released, [https://github.com/Whonix/anon-gw-anonymizer-config/tree/master/usr/bin/anon-dns anon-dns
] can be used and then the DNS enabling part can be simplified.
= Footnotes =
{{Footer}}