zoukankan
html css js c++ java
eth
今天说下Centos的eth0:0这个虚拟端口,应为学到ifcofig eth0:0 IP,可以给一个网卡设置俩个IP地址,但是只是临时设置,然而我想永久设置,所以就在网找,最终找到的方法是
可以先复制一下网卡文件,在这里我复制并修改了文件名为:
ifcfg-eth0:0
使用vim进去,然后修改网卡的名字
DEVICE=eth0:0
修改一下ip,然后就可以退出了
最后使用
ifup ifcfg-eth0:0
就可以启动了
好了就是这样,其实还是很简单的,下边写下其他配置,我是在http://linux.vbird.org/linux_server/0230router/0230router.php看到的这种方法
查看全文
相关阅读:
What Is Pros and Cons
计算机编程简史图
封装事件订阅发布 on emit off
父子通信VUE
如何让textarea不可拖拽
[导入]Web Client Software Factory系列(1):初识与预备知识
[导入]Enterprise Library v3中的新成员:Application Block Software Factory
[导入]Web Client Software Factory 开发路线图
[导入]微软Web Client Software Factory RC版发布
[导入]Web Client Software Factory系列(3):ViewPresenter模式
原文地址:https://www.cnblogs.com/-xuan/p/10290260.html
最新文章
怎么用CSS代码将一个Table的所有线条变为虚线
How and Why implement IXmlSerializable Interface
.Net Serialization World
Open MQ Technical Overview
Serializable Attribute And Implement ISerializable
OMTOMQ Services
Understanding JNDI
OMTOClient Program Model
OMTOBroker Clusters
Binary Serialization
热门文章
Open MQ Administration GuidePrepare System Source
Python APScheduler
[VS Tip]About "of" command in mini comand window in VS Find Combox
A Special Integration Case Learning
C++ CLI 学习笔记
回车和换行有什么区别
[dotNet Tip]XmlNode
Best Programming Quotations
读书笔记如何成为技术领导者
[C#]Regular Expression
Copyright © 2011-2022 走看看