ospf、eigrp、ldp协议中都有router-ID的概念router-ID一般取路由器loopback口的最大IP地址,若没有loopback,则取活动接口的最大IP那么router-ID具体有哪些用呢?作为路由器的唯一标识可以用于DR、BDR选举某个论坛的摘抄:OSPF的RouterID是什么?它所显示的形式是x.x.x.x,格式..
分类:
其他好文 时间:
2015-02-02 07:16:36
阅读次数:
2723
IP地址是属于内核的,不是属于网卡的。只要内核中有就能ping通。常见的网卡类型: lo(loopback):本地回环。 ethNUM:以太网网卡。CentOS7中为ensNUMs。 pppNUM:点对点。加载模块配置文件: /etc/modprobe.conf CentOS中默只有/etc/modprobe.conf/文件夹,可以手工创建。/et..
分类:
系统相关 时间:
2015-01-28 19:56:14
阅读次数:
341
1、linux的eth0和eth1的作用在unbuntu下配置网络环境:1.打开ubuntu的/etc/network/interfaces文件默认的内容如下:auto loiface lo inet loopback(这两句可以保留)动态获取的配置方法:auto eth0iface eth0 in...
分类:
系统相关 时间:
2015-01-26 00:00:05
阅读次数:
486
ubuntu 12+版本永久设置dns信息。
简单来说,配置在/etc/resolv.conf文件的内容重启会丢失,配置到 /etc/network/interfaces 即可。
auto lo
iface lo inet loopback
auto eth0
iface et...
分类:
系统相关 时间:
2015-01-24 21:11:30
阅读次数:
233
UnixStudy--Solaris10添加新网卡在Solaris10上构建OracleRAC,在系统上添加了新的网卡,如何识别和配置相关的参数呢?本案例结合实际应用讲述如何配置第二块网卡1、查看网卡名称[root@node1:/]#ifconfig-a
lo0:flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL&..
分类:
其他好文 时间:
2015-01-21 20:19:57
阅读次数:
169
注:sudo 表示是使用 root权限,如果是root用户就没必要再去写sudo
1.配置基本参数
vi打开文件:
# sudo vi /etc/network/interfaces
内容参数:
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
#iface eth0 in...
分类:
系统相关 时间:
2015-01-21 11:35:28
阅读次数:
1329
先看配置文件: 2 auto lo 3 iface lo inet loopback 4 auto eth0 5 iface eth0 inet static 6 address 10.21.238.238 7 netmask 255.255.255.0 ...
分类:
其他好文 时间:
2015-01-02 10:58:29
阅读次数:
147
1.试验目标掌握RIPv2的配置方式2.试验拓扑3.配置一. IP地址及其基本配置system-viewEnter system view, return user view with Ctrl+Z.[Huawei]sysname R1[R1]interface LoopBack 0[R1-Loop...
分类:
其他好文 时间:
2015-01-01 23:49:11
阅读次数:
286
1.
静态IP地址设置格式:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
au...
分类:
其他好文 时间:
2014-12-19 09:21:07
阅读次数:
157
在VMware里克隆出来的CentOSLinux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
系统相关 时间:
2014-12-14 15:47:32
阅读次数:
211