赞
踩
1、拓扑图中一台Linux服务器
2、两台PC机做客户机(Win10,Win10-2)
1、只允许Win10-1访问Linux的Web服务,禁止访问其他服务
2、Win10-1访问Win10-2主机
1、在Linux系统上安装ftp服务和http服务
[root@localhost ~]# yum install httpd -y
[root@localhost ~]# yum install vsftpd -y
2、安装完服务后,进入网卡配置,配置一个静态IP,然后重新启动网卡
[root@localhost html]# vim /etc/sysconfig/network-scripts/ifcfg-ens33 //配置网卡
[root@localhost ~]# service network restart //重新启动网卡
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。