Build an ipv6 ftp server in Linux

Source: Internet
Author: User


Ipv6 is now popular in building ipv6 ftp servers in Linux. Today, we have an ipv6 ftp server. It is easy to set the network connection to bridged on a Windows 7 host, a VMware CentOS 5.4 host. Www.2cto.com requires that you have a linux ipv4 ftp server. 1. Set the linux ipv6 address ip address-f inet6 addr add 55: 1: 1: 1: 555/64 dev eth02, and set the win7 ipv6 address to 55: 1: 1: 1 :: after setting 165/64, ping 55: 1: 1: 1: 555. win7 automatically recognizes v4 or v6 addresses. C: \ Users \ xxx> ping 55: 1: 1: 1: 555 pinging 55: 1: 1: 1: 555 data with 32 bytes: from 55: 1: 1: 1: 555 reply: time = 1 ms from 55: 1: 1: 1: 1: 555 reply: time <1 ms 55: 1: 1: 1: 1: 555 Ping statistics: Packet: Sent = 2, received = 2, lost = 0 (0% lost), estimated time of round-trip (in milliseconds): Minimum = 0 ms, maximum = 1 ms, average = 0 ms 3. Configure the vsftped configuration file in linux [root @ xxx ~] # Vim/etc/vsftpd. conf # listen = YES www.2cto.com listen_ipv6 = YES 4, restart the vsftpd service [root @ xxx ~] # Service vsftpd restart disable vsftpd: [OK] Start vsftpd For vsftpd: [OK] 5. Log On from win7 and use anonymous to log on. C: \ Users \ xxx> ftp 55: 1: 1: 1: 555 connect to 55: 1: 1: 1: 555. 220 (vsFTPd 2.0.5) user (55: 1: 1: 1: 555 :( none): anonymous 331 Please specify the password. password: 230 Login successful. ftp> ls 200 EPRT command successful. consider using EPSV. 150 Here comes the directory listing. pub 226 Directory send OK. ftp: 5 bytes received, 0.00 KB/second in 5.00 seconds. Ftp> cd pub 250 Directory successfully changed. ftp> ls 200 EPRT command successful. consider using EPSV. 150 Here comes the directory listing. vpn. cfg x509.c www.2cto.com 226 Directory send OK. ftp: 149 bytes received, 0.00 KB/second in 49.67 seconds. Ftp> the linux ipv6 ftp server is successfully logged on. 6, permanent save ipv6 address 1) added NETWORKING_IPV6 = yes in vim/etc/sysconfig/network 2) vim/etc/sysconfig/network-scripts/ifcfg-eth0 IPV6INIT = yes IPV6ADDR = 55: 1: 1: 1: 555/64 author rosetta

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.