This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

User:needle

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Needle
Contact info
needle (IRC)


User info
Gentoo user since 2006

Meet me in freenode's fvwm IRC channel.

libressl migration on headless productive raspberry pi2

Migration to libressl on pi2 works exactly like described in Project:LibreSSL with 2 major differences:

  • Need to add this particular file instead of /etc/portage/profile/use.stable.mask
FILE /etc/portage/profile/use.mask
-libressl
-curl_ssl_libressl
  • The migration worked on a productive system, a headless box with minimal dependencies, no fancy stuff like f.e. X. Made successful migration from openssl to libressl. Stick to the Project Website in this wiki it will work.

Enable IPv6 privacy extensions (RFC4941)

IPv6 privacy extensions are disabled by default on GNU/linux, they lead to problems if users are not aware of this. To enable privacy extensions on gentoo permanently add following lines and reboot the system:

FILE /etc/sysctl.confEnabling IPv6 privacy extensions
...
# Enabling IPv6 privacy extensions for all interfaces
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2

# Setting q shorter timeout for a temporary IPv6 prefix
# default setting is one day
net.ipv6.conf.eth0.temp_prefered_lft = 14400