IPv6 Server: proftpd

From OnnoWiki
Revision as of 07:07, 23 May 2013 by Onnowpurbo (talk | contribs) (New page: 22.10. proftpd 22.10.1. Listening on IPv6 addresses Edit the configuration file, ususally /etc/proftpd.conf, but take care, not 100% logical in virtual host setup <VirtualHost 192.0.2.1>...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

22.10. proftpd 22.10.1. Listening on IPv6 addresses

Edit the configuration file, ususally /etc/proftpd.conf, but take care, not 100% logical in virtual host setup

<VirtualHost 192.0.2.1>

       ...
       Bind 2001:0DB8::1
       ...

</VirtualHost>

That's all.