os:linux:debian
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
os:linux:debian [2017/08/01 12:13] – ebaer | os:linux:debian [2018/11/27 19:54] (current) – [Disable ipv6] ebaer | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Debian | + | ====== Debian ====== |
===== Initial ===== | ===== Initial ===== | ||
Line 25: | Line 25: | ||
</ | </ | ||
- | + | ===== Disable ipv6 ===== | |
- | ===== Docker && Gitlab | + | |
< | < | ||
- | openssl req -new -x509 -sha256 -days 365 -nodes -out /etc/gitlab/ | + | 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 < | ||
+ | |||
+ | echo " | ||
+ | echo " | ||
</ | </ | ||
+ | |||
+ | |||
+ |
os/linux/debian.1501582385.txt.gz · Last modified: 2017/08/01 12:13 by ebaer