21
edits
(Update guide) |
(resolvconf -> openresolv, finish e2g restart part) |
||
Now, we can set up basic routing. First, install some required packages
{{code|
sudo apt-get install -y nftables dnsmasq curl
}}
sudo apt-get install ./e2debian_bookworm_V5.5.5_20240209.deb
}}
Set e2guardian to automatically restart in case something fails
# Run <code>sudo systemctl edit e2guardian</code>
# Add the following at the top of the file where indicated (read the comments!): {{code|<nowiki>
[Service]
Restart=always</nowiki>
}}
# Save the file
Install some other dependencies:
{{code|
|