User Tools

Site Tools


linux:ipv6

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
linux:ipv6 [2020/08/29 19:08] – [Dovecot] Wufflinux:ipv6 [2026/08/07 11:41] (current) – [System wide] Wuff
Line 73: Line 73:
 <code> <code>
 /etc/init.d/exim4 restart /etc/init.d/exim4 restart
 +</code>
 +
 +===== x11vnc =====
 +x11vnc has a -no6 option. This was broken in libvncserver1 package before 0.9.11.
 +<code>
 +x11vnc -no6
 </code> </code>
  
Line 78: Line 84:
  
 <code> <code>
-echo "# Disable IPv6" >> /etc/sysctl.conf +cat > /etc/sysctl.d/99-disable-ipv6.conf << EOD 
-echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf +# Disable IPv6 
-echo "#" >> /etc/sysctl.conf +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
 </code> </code>
  
linux/ipv6.1598724496.txt.gz · Last modified: (external edit)