Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| public:my_own_ipv6_tips_for_servers [2023/06/21 22:25] – fix code tag bug Nico | public:my_own_ipv6_tips_for_servers [2024/03/30 22:22] (current) – cosmetic fixes Nico | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| </ | </ | ||
| * / | * / | ||
| + | |||
| < | < | ||
| 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: | ||
| < | < | ||
| - | | + | # ip6tables -A INPUT -p icmpv6 -j ACCEPT |
| </ | </ | ||