最后在线: 活跃于 9个月, 3周前 分享评论: 7获赞: 0文章: 0粉丝: 68关注: 68好友: 2User Rating: 5 (1 vote) 动态文章 21好友 2关注中粉丝个人资料 更多动态文章 21好友 2关注中粉丝个人资料 更多 TomyTang 在版块 Linux平台 中回复了话题 Ubuntu 更新过程中出现Could not resolve ‘mirrors.aliyun.com’ 1年, 8个月前另外一种修改方式是直接配置网卡的参数# sudo vim /etc/netplan/00-installer-config.yaml修改下面内容,注意排版缩进# This is the network config written by ‘subiquity’ network: ethernets: eno1: dhcp4: false gateway4: 192.168.10.1 addresses: [192.168.10.2/24] nameservers: addresses: [119.29.29.29] eno2: dhcp4: true version: 2