Bug 78410

Summary: breaks with xinetd and IPv6
Product: [Retired] Red Hat Linux Reporter: Joe Orton <jorton>
Component: vsftpdAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-22 15:27:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Orton 2002-11-22 15:27:21 UTC
Description of Problem:
vsftpd breaks if IPv6 is enabled; needs flags = IPv4 in xinetd.d file

Version-Release number of selected component (if applicable):
vsftpd-1.1.0-1

How Reproducible:
Always

Steps to Reproduce:
1. enable IPv6 networking
2. remove disable=yes from xinetd.d/vsftpd
3. telnet localhost ftp

Actual Results:
$ telnet localhost ftp
Trying ::1...
Connected to localhost.
Escape character is '^]'.
500 OOPS: can only support ipv4 currently


Expected Results:
$ telnet localhost ftp
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ready, dude (vsFTPd 1.1.0: beat me, break me)

Comment 1 Bill Nottingham 2002-11-22 17:03:24 UTC
Hm, of course, the next version of vsftpd doesn't necessarily use xinetd. But
the fix is in.