I faced the same problem, the way around is to do it from command line.Go to the file
/etc/network/interfaces and change it to
sudo vi interfaces
auto eth0
iface eth0 inet static
address xx.xx.xx.xx
netmask xx.xx.xx.xx
gateway xx.xx.xx.xx
dns-nameservers xx.xx.xx.xx
dns-search xx
where you have to fill the xx given by your ISP.
Then from commandline do
sudo ifup eth0
本文介绍了一种解决Ubuntu中出现的有线连接设置灰色不可选问题的方法。通过命令行编辑/etc/network/interfaces文件,手动配置静态IP地址、子网掩码、网关和DNS服务器等参数,并使用sudo ifup eth0命令激活网络设置。
1691

被折叠的 条评论
为什么被折叠?



