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/06/20 16:44] – ↷ Page moved and renamed from os:linux:linux:config to os:linux:debian ebaer | os:linux:debian [2018/11/27 19:54] (current) – [Disable ipv6] ebaer | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Debian | + | ====== Debian ====== |
+ | ===== Initial | ||
< | < | ||
Line 23: | Line 24: | ||
ufw enable | ufw enable | ||
</ | </ | ||
+ | |||
+ | ===== Disable ipv6 ===== | ||
+ | |||
+ | < | ||
+ | nano / | ||
+ | |||
+ | 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.1497969845.txt.gz · Last modified: 2017/06/20 16:44 by ebaer