medwinz wrote:
On Thu, Oct 3, 2013 at 12:55 PM, Per Jessen <per@computer.org> wrote:
Per Jessen wrote:
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.
Hi Per,
Yes you right and I take back my explanation to avoid misinformation.
Hi Edwin, I know you just went by the comments in the sample config file, but they're wrong :-(
Per, it run on ipv4 and ipv6 with "listen_ipv6=yes", but try check it with "netstat -tan" and see the port state on ipv4 port 21.
It's listening on :::21, that's sufficient. Apache does the same on port 80 and 443. -- Per Jessen, Zürich (10.8°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