Per Jessen wrote:
medwinz wrote:
On Thu, Oct 3, 2013 at 10:26 AM, Toshi Esumi <suse_email2@toshiesumi.com> wrote:
Then I tried combinations between "listen" and "listen_ipv6" directives w/ a) YES, b) NO, and c)(none), means commented, almost exhaustively. But always ended up with the same "failed" status.
At this point, I'm thinking the problem is somewhere else.
As long as vsftpd is running on one of two machines I can move miles around either way so I'm going to keep using vsftpd running on Ubuntu machine. It's just annoying that I can't run the same thing on OpenSuSE with its default setting but that's one of reasons I have two machines with different distributions to save my time. I might try it again when 13.1 has been released.
Toshi
Hi,
You can only enable the listen for ipv4. If you want to enable ftp service for both ipv4 and ipv6 you should run 2 copies of vsftpd with different config file.
I'm sorry, but that is misinformation. To run a vsftpd that listens on ipv4 _and_ ipv6, you use "listen_ipv6=yes".
Slight correction: to have vsftpd listen ipv4 _and_ ipv6, you use: listen=no listen_ipv6=yes If you onhly want ipv4, I believe this ought to work: listen=yes listen_ipv6=no -- Per Jessen, Zürich (9.4°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org