1.修改HOSTNAME
vi /etc/sysconfig/network
2.修改IP和主机名映射
vi /etc/hosts
3.关闭防火墙
service iptables stop
4.关闭防火墙开机启动
chkconfig iptables off
5.reboot
配置静态ip
vi /etc/sysconfig/network-scripts/ifcfg-eth0
保存退出
重启网络:service network restart
能ping通外网则修改成功
配置ssh免密登录
生成ssh免密登录密钥ssh-keygen -t rsa (四个回车)
执行完后,会生成id_rsa(私钥) 、id_rsa.pub(公钥)
将公钥copy到要免密登录的目标机器上
ssh-copy-id hostName