网络配置网卡子接口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了网络配置网卡子接口相关的知识,希望对你有一定的参考价值。

网络配置网卡子接口


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网络通
技术分享


本文出自 “尼古风锁丝愁过” 博客,请务必保留此出处http://smoke520.blog.51cto.com/9256117/1793294

以上是关于网络配置网卡子接口的主要内容,如果未能解决你的问题,请参考以下文章

(linux网络设置,网卡配置文件,网络连接方式

Centos7.6使用命令行配置802.1Q VLAN 标记或网卡子接口

Centos7.6使用命令行配置802.1Q VLAN 标记或网卡子接口

容器网络专题

网络配置命令,绑定,接口命名以及配置文件的详解

Linux系统网络设置!