Search

You can find the results of your search below.

Fulltext results:

my_own_ipv6_tips_for_servers @public
16 Hits, Last modified:
===== SSH ===== add to /etc/ssh/sshd_config: <code> ListenAddress :: </code> ===== Lighttpd ===== add this to your main lighttpd configuration file: <code> server.use-ipv6 = "enable" $SERVER["socket"] == ... .0.0.0:80" { # listen on all ipv4 interfaces. } </code> ===== vsftpd ===== you'll have to run to differe