码迷,mamicode.com
首页 >  
搜索关键字:ethtool eth0    ( 3156个结果
device eth0 does not seem to be present, delaying initialization
vmlite虚拟机启动出错,就把这个虚拟机删除掉重新建立,系统虚拟硬盘使用之前的,启动系统后不能上网,通过ifconfig查看网卡没启动,遂启动网卡服务,但是出错,就是:deviceeth0doesnotseemtobepresent,delayinginitialization,然后想到是不是ifcfg-eth0的配置文件里保存了以..
分类:其他好文   时间:2014-07-30 12:29:54    阅读次数:195
centos6.5没有eth0, 只有eth1, eth1无法上网
1. cat /etc/udev/rules.d/70-persistent-net/rules2.将ATTR(address)=XXXXXXXX的内容 替换 文件/etc/sysconfig/network-scripts/ifcfg-eth0 中HWADDR的值3. ifconfig eth1....
分类:其他好文   时间:2014-07-30 00:31:32    阅读次数:457
XenServer 以模板方式安装新的虚拟机后虚拟机网卡无法启动的解决办法
在XenServer上根据模板新建一个虚拟机后无法识别网卡,重新启动网卡后显示Bringingupinterfaceeth0:Deviceeth0hasdifferentMACaddressthanexpected,ignoring.最终解决办法是将/etc/sysconfig/network-scripts/ifcfg-eth0中的HDADDR给注释掉,因为这里配置文件的MAC地址还是原来..
分类:其他好文   时间:2014-07-29 18:23:53    阅读次数:262
centos7 use ifconfig command
[1]Defaultnoinstallifconfigcommand,ifyouwanttouseifconfigneedinstallnet-toolsyum-yinstallnet-tools[root@mariadb~]#ifconfig eth0:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500 inet192.168.1.123netmask255.255.255.0broadcast192.168.1.255 inet6fe80::21..
分类:其他好文   时间:2014-07-29 15:53:19    阅读次数:324
linux下一个网卡绑定多个ip
[root@localhost~]#cd/etc/sysconfig/network-scripts/[root@localhostnetwork-scripts]#cpifcfg-eth0ifcfg-eth0:1[root@localhostnetwork-scripts]#vimifcfg-eth0:1DEVICE=eth0:1HWADDR=00:0C:29:73:E6:0DTYPE=EthernetUUID=98b5dc88-94c0-4a78-a3e7-ba3873a4116dONBOOT=yesNM..
分类:系统相关   时间:2014-07-29 15:52:49    阅读次数:219
Deploy Oracle 10.2.0.5 on Red Hat Enterprise Linux 6.4
一、Linux系统安装配置 1.安装系统时选Desktop 2.设置eth0网卡为静态IP,添加子网掩码,网关,DNS,并配置自动启动 3.修改/etc/hosts,添加主机名和对应IP 4.禁用firewall和selinux chkconfig iptables off vi /etc/selinux/config SELINUX=disabled...
分类:数据库   时间:2014-07-29 14:18:48    阅读次数:412
4KM
ip addr add 10.9.8.100/24 broadcast + dev eth0/etc/sysconfig/network-scripts/ifcfg-eth0
分类:其他好文   时间:2014-07-29 12:38:16    阅读次数:219
createdb test时报global/pg_filenode.map不存在
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:数据库   时间:2014-07-28 14:51:13    阅读次数:499
centos 无线网卡驱动 安装 配置
1,查看一下有没有装过无线网卡驱动[root@localhost network-scripts]# iwconfiglo no wireless extensions.eth0 no wireless extensions.2,查看无线网卡型号[root@localhost network-sc....
分类:其他好文   时间:2014-07-26 01:48:36    阅读次数:209
CentOS网络启动错误
我所使用 的是centos虚拟机,在那个环境下有dhcp服务,本来用的好好的,可是突然出现了如下错误: 错误:determining IP information for eth0 ... failed; no link present . Check cable? 开始还以为是网线掉了,结果好的。 后来去网上百度,google了一下,结果出现的都是 Getting a DHCP Addr...
分类:其他好文   时间:2014-07-25 10:59:51    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!