Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
锐捷客户端连接网络后打不开网页(已解决)
Experiences and Insight
634
views ·
0
replies ·
To
floor
Go
探索
deepin
2018-05-21 19:30
Author
最近使用锐捷客户端连接网络,经常出现虽然显示已认证成功,但就是打不开网页。
偶尔刚开机后可以连上,但随后怎么重启也连不上。
经检查发现断开网络后,有线网卡的ip地址没有清除。
下一次连接网络后显示的ip地址仍然是上一次的ip地址。
考虑可能是连接网络后动态获取了ip地址,但和网卡原有配置不一致,也不知什么原因无法修改,导致了配置冲突。
解决方法如下:
先使用如下命令删除网卡的ip地址(具体网卡名称可用ifconfig查看)
ifconfig eth0 0.0.0.0
然后再连接网络即可。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
How to fix grub boot menu that has disappeared?
Popular Events
More
偶尔刚开机后可以连上,但随后怎么重启也连不上。
经检查发现断开网络后,有线网卡的ip地址没有清除。
下一次连接网络后显示的ip地址仍然是上一次的ip地址。
考虑可能是连接网络后动态获取了ip地址,但和网卡原有配置不一致,也不知什么原因无法修改,导致了配置冲突。
解决方法如下:
先使用如下命令删除网卡的ip地址(具体网卡名称可用ifconfig查看)
ifconfig eth0 0.0.0.0
然后再连接网络即可。