上传者: 38674675
|
上传时间: 2021-08-15 20:59:39
|
文件大小: 53KB
|
文件类型: PDF
(1)配置网络
vi /etc/sysconfig/network-scripts/ifcfg-ens33
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=dhcp
service network restart
ifconfig
BOOTPROTO=static
IPADDR=192.168.0.X
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
service network restart
关闭防火墙
service iptables stop
service ip6tables stop
chkconfi