CollabNet Guide: Difference between revisions

Jump to navigation Jump to search
(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 resolvconfopenresolv
}}
 
sudo apt-get install ./e2debian_bookworm_V5.5.5_20240209.deb
}}
Set e2guardian to automatically restart in case something fails by editing `/`:
# 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|