1 IP地址配置: [root@localhost ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0 2 关闭防火墙 [root@localhost ~]# iptables server stop
停止防火墙服务(临时生效) [root@localhost ~]# chkconfig iptables off
这是重启后生效 [root@localhost ~]# reboot 重启服务器 3 关闭selinux root@localhost ~]# vim /etc/selinux/config SELINUX=disabled 把enforcing改为disabled