User Tools

Site Tools


os:linux:debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:linux:debian [2017/08/01 12:13] ebaeros:linux:debian [2018/11/27 19:54] (current) – [Disable ipv6] ebaer
Line 1: Line 1:
-====== Debian server ======+====== Debian ======
 ===== Initial ===== ===== Initial =====
  
Line 25: Line 25:
 </code> </code>
  
- +===== Disable ipv6 =====
-===== Docker && Gitlab =====+
  
 <code> <code>
-openssl req -new -x509 -sha256 -days 365 -nodes -out /etc/gitlab/ssl/gitlab.lieblichknuffeltal.de.crt -keyout /etc/gitlab/ssl/gitlab.lieblichknuffeltal.de.key+nano /etc/sysctl.conf
  
 +net.ipv6.conf.all.disable_ipv6 = 1
 +net.ipv6.conf.default.disable_ipv6 = 1
 +net.ipv6.conf.lo.disable_ipv6 = 1
 +
 +ip -6 addr del <ipv6address>/<prefixlength> dev <interface> 
 +
 +echo "net.ipv6.conf.all.disable_ipv6 = 1" | tee /etc/sysctl.d/01-disable-ipv6.conf
 +echo "net.ipv6.conf.eth0.disable_ipv6=1" | tee /etc/sysctl.d/01-disable-ipv6-eth0.conf
 </code> </code>
 +
 +
 +
os/linux/debian.1501582385.txt.gz · Last modified: 2017/08/01 12:13 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki