2017年3月16日

通过yum来安装vsftpd

摘要: Linux系统:centos6.6. 安装步骤 1.通过yum来安装vsftpd 2.设置为开机启动 3.把下面几行注释去掉,让其配置生效: 4.配置保存后重启vsftpd服务: 添加用户及额外配置 1.设置vsftp的帐号。 2.为添加的账号设置密码 这样的话,基本的vsftpd服务配置好了。但是 阅读全文

posted @ 2017-03-16 16:08 会学习的猪 阅读(8345) 评论(0) 推荐(0)

centos ftp搭建

摘要: CentOS下搭建FTP服务器简单记录。 1.安装vsftpd yum install vsftpd 2.编辑iptablesvi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 21 servi 阅读全文

posted @ 2017-03-16 15:08 会学习的猪 阅读(146) 评论(0) 推荐(0)

iptables

摘要: # Firewall configuration written by system-config-firewall# Manual customization of this file is not recommended.*filter:INPUT ACCEPT [0:0]:FORWARD AC 阅读全文

posted @ 2017-03-16 15:04 会学习的猪 阅读(105) 评论(0) 推荐(0)

导航