Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
public:my_own_ipv6_tips_for_servers [2023/06/21 22:25] – fix code tag bug Nicopublic:my_own_ipv6_tips_for_servers [2024/03/30 22:22] (current) – cosmetic fixes Nico
Line 24: Line 24:
 </code> </code>
   * /etc/vsftpd_ipv6.conf:   * /etc/vsftpd_ipv6.conf:
 +
 <code> <code>
 listen=NO listen=NO
Line 50: Line 51:
 remember that ipv6 needs icmp to work, so you have to enable it: remember that ipv6 needs icmp to work, so you have to enable it:
 <code> <code>
-        # ip6tables -A INPUT -p icmpv6 -j ACCEPT+# ip6tables -A INPUT -p icmpv6 -j ACCEPT
 </code> </code>