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 [2018/04/05 13:54] – ebaer | os:linux:debian [2018/11/27 19:54] (current) – [Disable ipv6] ebaer | ||
---|---|---|---|
Line 23: | Line 23: | ||
ufw allow 22 | ufw allow 22 | ||
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.1522929270.txt.gz · Last modified: 2018/04/05 13:54 by ebaer