1、关闭接口:sudo ifconfig eth0 down
2、然后打开:sudo ifconfig eth0 up...
分类:
系统相关 时间:
2015-03-20 16:23:23
阅读次数:
159
Linux下为机器设置静态IP地址:vim /etc/sysconfig/network-scripts/ifcfg-eth0修改这个文件内容如下形式:# Intel Corporation 82541GI Gigabit Ethernet ControllerDEVICE=eth0BOOTPROT...
分类:
其他好文 时间:
2015-03-20 09:12:31
阅读次数:
177
编辑/etc/sysconfig/network-scripts/ifcfg-eth0配置文件,按下图进行更改相关参数保存配置文件后,重启网络服务servicenetworkrestart即可
分类:
其他好文 时间:
2015-03-19 19:57:32
阅读次数:
124
Netem是Linux 2.6及以上内核版本提供的一个网络模拟功能模块。该功能模块可以用来在性能良好的局域网中,模拟出复杂的互联网传输性能,诸如低带宽、传输延迟、丢包等等情况。1、模拟延迟传输# tc qdisc add dev eth0 root netem delay 100ms该命令将eth0...
分类:
Web程序 时间:
2015-03-18 23:10:57
阅读次数:
236
虚拟机Vmware上克隆了一个Red Hat Enterprise Linx启动时发现找不到网卡,如下所示,如果你在命令窗口启动网络服务就会遇到”Device eth0 does not seem to be present, delaying initialization“错误 关于这个错误,搜索...
分类:
系统相关 时间:
2015-03-17 23:24:19
阅读次数:
281
今天下载了CentOS-6.4-x86_64-minimal的iso镜像文件,立马打开虚拟机,安装试用,6.4版本在文本模式下无法自定义分区,在图形模式下可以,目前没有找到好的办法,安装完后,发现创建虚拟机时没有添加网卡,没有关系,装完后关闭虚拟机,编辑虚拟机——添加网络适配器,就有网卡..
分类:
其他好文 时间:
2015-03-17 16:04:14
阅读次数:
115
1、查看网卡使用的驱动[root@slavetwo~]#ethtool-iem1
driver:tg3
version:3.122
firmware-version:FFV7.4.8bc5720-v1.30
bus-info:0000:01:00.02、查看tg3所在位置[root@slavetwo~]#locate-rtg3.*ko
/lib/modules/2.6.32-279.el6.x86_64/kernel/drivers/net/tg3.ko因为系统内..
分类:
系统相关 时间:
2015-03-17 10:39:44
阅读次数:
253
edit file: /etc/network/interfaceschange line: iface eth0 inet dhcpiface eth0 inet staticaddress 192.168.1.99netmask 255.255.255.0gateway 192.168.1.1/...
分类:
Web程序 时间:
2015-03-17 10:23:17
阅读次数:
860
说明:ip:192.168.21.172子网掩码:255.255.255.0网关:192.168.21.2dns:8.8.8.88.8.4.41、设置ip地址vi /etc/sysconfig/network/ifcfg-eth0 #编辑配置文件BOOTPROTO='static' #静态IPBRO...
分类:
系统相关 时间:
2015-03-17 10:09:11
阅读次数:
194
参考:http://blog.chinaunix.net/uid-25120309-id-3349691.htmlhttp://blog.sina.com.cn/s/blog_88cdde9f010199ps.htmlifconfig eth0 | grep "inet[^6]" | sed -n ...
分类:
其他好文 时间:
2015-03-17 00:40:35
阅读次数:
127