参考:http://www.cnblogs.com/see7di/archive/2011/06/17/2239722.html内容如下:理解linux下的 eth0,eth1,eth2,lo 网卡配置eth0,eth1,eth2……代表网卡一,网卡二,网卡三……lo代表127.0.0.1,即loc...
分类:
系统相关 时间:
2014-07-16 23:22:21
阅读次数:
391
两台机器:172.16.91.101 172.16.91.107在91.101上增加虚拟ip,92网段的ifconfig eth0:1 172.16.92.2 netmask 255.255.255.0 up由于不再同一个网段需要添加路由(与vip交互的机器上):增加路由:route add -ne...
分类:
其他好文 时间:
2014-07-16 23:21:32
阅读次数:
284
Ins sys: 1.next all, then reboot. 2.login system use rootCfg sys: 1.keep etc0 work: # vi /etc/sysconfig/network-scripts/ifcfg-eth0 change: ONBOOT=yes ...
分类:
其他好文 时间:
2014-07-16 23:12:27
阅读次数:
378
wireshark要监控eth0,但是必须要root权限才行。但是,直接用root运行程序是相当危险,也是非常不方便的。 解决方法如下: 1.添加wireshark用户组 sudo groupadd wireshark 2.将dumpcap更改为wireshark用户组 sudo chgrp wir...
分类:
其他好文 时间:
2014-07-10 13:48:24
阅读次数:
258
转载自:http://wolfword.blog.51cto.com/4892126/1304000 CentOS Linux解决Device eth0 does not seem to be present一,问题描述在VMware里克隆出来的CentOS Linux。。ifconfig...没有...
分类:
系统相关 时间:
2014-06-28 10:34:30
阅读次数:
333
硬盘容量修改为15*1024MB。VBoxManage.exemodifyhd "F:\VirtualBox\magiclinux.vdi"--resize15360当你创建一个VirtualBox虚拟机磁盘时,需要具体指定一个最大值。但是如果以后想再扩大这个磁盘的容量就不是那么的容易了(不是增加一...
分类:
其他好文 时间:
2014-06-27 21:33:43
阅读次数:
321
设定IP$sudo gedit /etc/network/interfaces auto lo iface lo inet loopbackauto eth0 iface eth0 inet static address 192.168.0.111netmask 255.255.255.0 gate...
分类:
其他好文 时间:
2014-06-26 14:43:05
阅读次数:
236
example: ./netspeed eth0
1 #!/bin/bash
2
3 INTERVAL="1" # update interval in seconds
4
5 if [ -z "$1" ]; then
6 echo
7 echo usage: $0 [network-interface]
8 echo
9 echo ...
分类:
系统相关 时间:
2014-06-25 07:24:00
阅读次数:
213
我们来看Interfaces ofport: OpenFlow port number for this interface. type: system: An ordinary network device, e.g. eth0 on Linux. internal: A simulated ne...
分类:
其他好文 时间:
2014-06-24 12:23:51
阅读次数:
316
首先将HMC的键盘、鼠标和显示器连接好。然后将与HMC包装在一起的以太网电缆(或交叉电缆)从HMC上的以太网端口连接到在受管服务器上标记为HMC1的以太网端口。对于独立HMC型号,将电缆连接到位于后面板上的集成以太网端口(此端口在后面的配置步骤中标记为eth0);不要使用位于P..
分类:
其他好文 时间:
2014-06-22 10:21:44
阅读次数:
651