网络配置网卡子接口
OS:Red Hat Enterprise Linux 6.4
目前eth0 通过host-only网卡与win7通信
规划给eth0配置子网卡ip eth0:0 地址192.168.7.101
使用win7能够通过此ip正常访问linux操作系统
[[email protected] ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
1 复制eth0网卡配置文件 生成eth0:0
[[email protected] ~]# ifconfig eth0
[[email protected] ~]# cd /etc/sysconfig/network-scripts/
[[email protected] network-scripts]# cp ifcfg-eth0 ifcfg-eth0:0
2 编辑网卡配置文件
[[email protected] network-scripts]# vi ifcfg-eth0:0
3 重启网络服务
[[email protected] ~]# service network restart
[[email protected] ~]# ifconfig
4 host-only 虚拟网卡增加7网段ip地址
5 win7 ping 测试 eth0:0 ip网络通
时间: 2024-11-24 04:37:44