On 11/14/2011 07:39 PM, Kevin Fenzi wrote: > * AGREED: tell maintainer to please support listening on both ipv4 and > ipv6 in vsftpd. A rather odd something like this found it self on fesco tables instead of an RFE against component. If I'm not mistake the only thing you need to do is set listen=NO and listen_ipv6=YES in vsftpd.conf and it will listen to both ipv4 and ipv6 which I believe is the correct and expected behaviour from upstream. However when researching and writing this email I noticed that we seem to be carrying patch [1] that splits this into separated ipv6 behaviour which seem to have been done due to bug 592850 Due to that if admins and people alike want both they copy /etc/vsftpd/vsftpd.conf to /etc/vsftpd/vsftpd-ipv6.conf make the previous mentioned changes ( as are already mentioned in the vsftpd.conf file ) and simply create an ipv6 vsftpd unit in /etc/systemd/systemd directory ### vsftpd-ipv6.service ### [Unit] Description=Vsftpd ftp daemon After=network.target [Service] Type=forking ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd-ipv6.conf [Install] WantedBy=multi-user.target JBG [1]. http://pkgs.fedoraproject.org/gitweb/?p=vsftpd.git;a=blob;f=vsftpd-2.2.2-v6only.patch;h=f0931e277da95a665106739c20c58d43ba1b90f6;hb=80f6d3e480feba94fab5ba2454249640854a7504 -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel