linux:ipv6
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:ipv6 [2018/01/09 17:06] – created Wuff | linux:ipv6 [2026/08/07 11:41] (current) – [System wide] Wuff | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| and add/change listen after the protocols = imap etc line, so it reads | and add/change listen after the protocols = imap etc line, so it reads | ||
| < | < | ||
| - | listne | + | listen |
| </ | </ | ||
| and restart dovecot | and restart dovecot | ||
| Line 73: | Line 73: | ||
| < | < | ||
| / | / | ||
| + | </ | ||
| + | |||
| + | ===== x11vnc ===== | ||
| + | x11vnc has a -no6 option. This was broken in libvncserver1 package before 0.9.11. | ||
| + | < | ||
| + | x11vnc -no6 | ||
| </ | </ | ||
| Line 78: | Line 84: | ||
| < | < | ||
| - | echo "# Disable IPv6" >> / | + | cat > /etc/sysctl.d/ |
| - | echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf | + | # Disable IPv6 |
| - | echo "#" | + | net.ipv6.conf.all.disable_ipv6 = 1 |
| - | sysctl -p | + | net.ipv6.conf.default.disable_ipv6 = 1 |
| + | net.ipv6.conf.lo.disable_ipv6 = 1 | ||
| + | EOD | ||
| + | sysctl --system | ||
| </ | </ | ||
linux/ipv6.1515517560.txt.gz · Last modified: (external edit)