修改ens33ip时出现ip configuration could not be reserved (no available address timeout etc.)的解决方案。
最新推荐文章于 2023-03-03 19:25:26 发布
SJLG@
于 2020-04-06 12:50:10 发布
1.输入Ip addr回车;
发现ens33中不包含ip内容;
2.输入 cd /etc/sysconfig/network-scripts/ 回车;
输入 ls 回车;
3.输入vi ifcfg-ens33回车;
输入i编辑;
将BOOTPROTO=dhcp改为none即可
*(第四行)*;(以下图片是改后)
点击esc键,然后输入:wq(这里是冒号和wq),保存退出。
4.输入: service network restart回车;保存后重启网卡。
5.输入cd回车,然后输入ifconfig查看网卡信息,ens33出现ip信息,问题解决。
修改ens33ip时出现ip configuration could not be reserved (no available address timeout etc.)的解决方案。
1.输入Ip addr回车;发现ens33中不包含ip内容;2.输入 cd /etc/sysconfig/network-scripts/ 回车;输入 ls 回车;3.输入vi ifcfg-ens33回车;输入i编辑;将BOOTPROTO=dhcp改为none即可*(第四行)*;(以下图片是改后)点击esc键,然后输入:wq(这里是冒号和wq),保存退出。4.输入: serv...
@Centos8、Centos7解决Ens33网卡不显示
IP
地址的问题。
Centos8、Centos7解决Ens33网卡不显示
IP
地址的问题。
Centos8和Centos7有很多相似之处。对于Ens33网卡不显示
IP
地址的问题,经过多次验证,找到一个简便有效的解决办法,但是仅可对初学者提供参考,实际应用中使用有限。
一、问题解析
Ens33网卡在一般新部署的Centos8或Centos7系统中都是关闭的,我们需要手动打开它。而Ens33网卡不显示
IP
地址多数是因为Network服务存在问题导致。所以我们
[root@localhost ~]# ifup ens33
Error: Connection activation failed:
IP
configuration
could not be re
served
(no
available
address
,
timeout
, etc.)
解决 >>>> 点击
Job for network.service fa...
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::371b:3139:1d2b:d5cf prefixlen 64 scopeid 0x20<link>
ether 00:0c
楼主的第一篇博客,写得不好请多谅解。
这次是楼主尝试用p
ip
安装tensorflow,然而由于p
ip
默认的包下载路径为python官网,所以下载速度只有几KB,等了一会之后
出现
了Read timed out的错误,于是上网搜索解决办法,然后尝试了更改超
时
时
间的方法:
输入:p
ip
–default-
timeout
=1000 install -U tensorflow
然而还是不行,网速还是太慢了,接着又
出现
Read timed out的错误,接着继续搜索解决办法,发现可以更换国内的pypi源:
输入:p
ip
–defa
哇,这个问题我找了好久终于解决了,
Error: Connection activation failed:
IP
configuration
could not be re
served
(no
available
address
,
timeout
, etc.)
感谢博主????????
链接: link.
修改ens33ip时出现ip configuration could not be reserved (no available address timeout etc.)的解决方案。