Linux网络配置基础3
编辑配置文件设置网卡子接口ip
OS:Red Hat Enterprise Linux 6.4
目前eth0 通过host-only网卡与win7通信
规划给eth0配置子网卡ip eth0:0 地址192.168.7.101
使用win7能够通过此ip正常访问linux操作系统

[root@rhel64 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0


1 复制eth0网卡配置文件 生成eth0:0
[root@rhel64 ~]# ifconfig eth0
[root@rhel64 ~]# cd /etc/sysconfig/network-scripts/
[root@rhel64 network-scripts]# cp ifcfg-eth0 ifcfg-eth0:0

2 编辑网卡配置文件
[root@rhel64 network-scripts]# vi ifcfg-eth0:0

3 重启网络服务
[root@rhel64 ~]# service network restart

[root@rhel64 ~]# ifconfig

4 host-only 虚拟网卡增加7网段ip地址



5 win7 ping 测试 eth0:0 ip网络通

吕星昊
2016.1.18
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29475508/viewspace-1978212/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29475508/viewspace-1978212/