摘要: A服务器有两块网卡,一块接外网一块接内网,其他内网服务器通过这台服务器访问外网的实现,此作为网关服务器 1.A服务器配置两块网卡, eth0网卡: cat /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0TYPE=EthernetONBOOT= 阅读全文
posted @ 2018-04-15 15:36 迷路的大雁 阅读(630) 评论(0) 推荐(0) 编辑
摘要: ftp服务搭建: yum install vsftpd -y anonymous_enable=NO local_enable=NO chroot_local_user=YES chroot_list_enable=YES # (default follows) chroot_list_file=/ 阅读全文
posted @ 2018-04-15 15:32 迷路的大雁 阅读(2334) 评论(0) 推荐(0) 编辑