From 6cd77d4ee097852dc0add1443f061d47d46cea79 Mon Sep 17 00:00:00 2001 From: who am i Date: Mon, 31 Jan 2022 18:28:28 +0100 Subject: [PATCH] Update page 'Qubes OS lokinet setup' --- Qubes-OS-lokinet-setup.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/Qubes-OS-lokinet-setup.md b/Qubes-OS-lokinet-setup.md index a04c205..aeeada8 100644 --- a/Qubes-OS-lokinet-setup.md +++ b/Qubes-OS-lokinet-setup.md @@ -54,9 +54,7 @@ open a terminal in dom0 ``` [user@dom0~]$ qvm-clone debian-11 debian-11-lokinet ``` -open the templateVM settings *[Dom0] Settings: debian-11-lokinet*, confirm your setting with *Apply* and keep the window open. - -allow networking: Networking: **sys-firewall** (or sys-whonix, or sys-vpm) +Open the templateVM settings *[Dom0] Settings: debian-11-lokinet*, allow networking: Networking: **sys-firewall** (or sys-whonix, or sys-vpm) confirm your setting with *Apply* and keep the window open. Add the apt source list to the templateVM (1); ``` @@ -73,16 +71,9 @@ open a terminal in **debian-11-lokinet** ``` user@debian-11-lokinet:~$ sudo apt-get install lokinet-gui -y ``` +Now, you can create new AppVM based on this templateVM *debian-11-lokinet*. Additionally, you might want at -... - -... - -... - -... - -* done. Now, you can jump directly to the [remarks](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#remarks) of this section. +* Done. Now, you can jump directly to the [remarks](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#remarks) of this section. #### **Proxy setup (gateway-workstation-setup)** @@ -117,7 +108,7 @@ You can use any web-browser to access lokinet (.loki) or use lokinet exit node. * Anonymity due to unified Tor-Browser fingerprint * Security and convenience: A hardened Firefox by default. -The following describtion will based on the [Simple setup for one standalone AppVM](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#simple-setup-for-one-standalone-appvm). For the template approach you need to make the installation and modification within the templateVM or if you want to keep it on the AppVM level, do all operations in the user directories. You can download and verify the Tor-Browser download file in any disposable AppVM and move it afterwards to your templateVM. This will not be explained in more details here. +The following describtion will based on the [Simple setup for one standalone AppVM](http://8bb19w1gugu7yq3cyck63gbo18udodab1b6zr1uykdphm37ushco.loki/whoami/QubesOS-lokinet-setup/wiki/Qubes-OS-lokinet-setup#simple-setup-for-one-standalone-appvm). For the template approach you need to make the installation and modification within the templateVM or if you want to keep it on the AppVM level, do all operations in the user directories. Download the latest version of the Tor-Browser * You can either do it manually by downloading the latest version from https://www.torproject.org/download/languages, verify the downloaded file and launch it afterwards with `./start-tor-browser` OR **simply use Micahflee's torbrowser-launcher** (5): @@ -140,7 +131,7 @@ In the Tor-Browser address bar type **`about:config`** and confirm the risk to a * search for: **extensions.torlauncher.start_tor** and set it to **false** * search for: **network.proxy.socks** and **replace the 127.0.0.1 **with one space** " ". -Remark: +Remark: These settings may change in new releases of the Tor-Browser. ________________________________________________________