Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:my_own_ipv6_tips_for_servers [2013/02/17 22:58] – [vsftpd] listen is for ipv4 only Nico | public:my_own_ipv6_tips_for_servers [2024/03/30 22:22] (current) – cosmetic fixes Nico | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== SSH ===== | ===== SSH ===== | ||
| add to / | add to / | ||
| + | |||
| < | < | ||
| ListenAddress :: | ListenAddress :: | ||
| Line 23: | Line 24: | ||
| </ | </ | ||
| * / | * / | ||
| + | |||
| < | < | ||
| listen=NO | listen=NO | ||
| Line 49: | 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 |
| </ | </ | ||