配置 IP
别名ip
ifconfig 产看配置别名 ip 等
别名 IP:VIP 虚拟 IP
ifconfig eth0:x(常数) 10.0.0.25/24 up 配置别名 IP、VIP
ifconfig eth0:x down 停掉别名 IP
配置辅助 IP
ip addr add 10.0.0.13/24 dev eth1:3
ip add
配置网关
配置网卡
setup-network config 为网卡的配置文件
网卡生效
推荐:ifdown、ifup
ifdown eth0 停掉 eth0 网卡
ifup eth0 启动 eth0 网卡
针对所有网卡:
/etc/init.d/network.restart
修改主机名的步骤
- hostname ysg
- vim /etc/sysconfig/network
- vim /etc/hosts
如果用 setup → dns 设置修改主机名,永久生效(命令行不生效),但影响 /etc/sysconfig/network 与 vim /etc/hosts 文件
原文地址:http://blog.51cto.com/12384628/2128689
时间: 2024-10-07 01:32:32