bin456789 / reinstall

一键DD/重装脚本 (One-click reinstall OS on VPS)
GNU General Public License v3.0
1.24k stars 218 forks source link

移动云电脑装完Linux,无法连接网络 #61

Closed jjjdsdsf closed 2 months ago

jjjdsdsf commented 4 months ago

Screenshot_2024-02-26-15-25-18-860_cm komect aqb android cloudcomputermobile Screenshot_2024-02-26-15-19-46-647_com tencent mm

bin456789 commented 4 months ago

cat /etc/resolv.conf ping 114.114.114.114

jjjdsdsf commented 4 months ago

![Uploading Screenshot_2024-02-26-15-36-21-776_cm.komect.aqb.android.cloudcomputermobile.jpg…]()

jjjdsdsf commented 4 months ago

Screenshot_2024-02-26-15-36-21-776_cm komect aqb android cloudcomputermobile

bin456789 commented 4 months ago

运行 nmtui 修改 ip 成原来的 ip

jjjdsdsf commented 4 months ago

Screenshot_2024-02-26-16-06-47-426_cm komect aqb android cloudcomputermobile

bin456789 commented 4 months ago

那修改 /etc/networkmanager/system-connections/里面的文件

jjjdsdsf commented 4 months ago

Screenshot_2024-02-26-16-47-38-421_com tencent mm

没有这个文件夹

jjjdsdsf commented 4 months ago

![Uploading Screenshot_2024-02-26-16-47-38-421_com.tencent.mm.jpg…]()

bin456789 commented 4 months ago

我记错了,是 /etc/netplan/50-cloud-init.yaml

jjjdsdsf commented 4 months ago

![Uploading Screenshot_2024-02-26-17-04-57-458_cm.komect.aqb.android.cloudcomputermobile.jpg…]()

jjjdsdsf commented 4 months ago

![Uploading Screenshot_2024-02-26-17-04-57-458_cm.komect.aqb.android.cloudcomputermobile.jpg…]()

jjjdsdsf commented 4 months ago

这个文件也没看出来有啥问题啊😭😭😭😭

jjjdsdsf commented 4 months ago

![Uploading Screenshot_2024-02-26-17-04-57-458_cm.komect.aqb.android.cloudcomputermobile.jpg…]()

jjjdsdsf commented 4 months ago

network: version: 2 ethernets: etho: addresses

jjjdsdsf commented 4 months ago

![Uploading mmexport1708938733601.jpg…]()

bin456789 commented 4 months ago

添加 routes

network:
  ethernets:
    eth0:
      [...]
      routes:
        - to: default
          via: 172.23.0.1
          on-link: true

然后 netplan apply

jjjdsdsf commented 4 months ago

![Uploading Screenshot_2024-02-26-17-47-49-489_cm.komect.aqb.android.cloudcomputermobile.jpg…]()

jjjdsdsf commented 4 months ago

nameservers: addresses: - 119.29.29.290%48ms - 223.5.5.5 routes:

jjjdsdsf commented 4 months ago

nameservers: addresses: - 119.29.29.290

bin456789 commented 4 months ago

50-cloud-init.yaml 文件缩进有问题

jjjdsdsf commented 4 months ago

![Uploading IMG_20240226_182154.jpg…]()

jjjdsdsf commented 4 months ago

![Uploading IMG_20240226_182154.jpg…]()

jjjdsdsf commented 4 months ago

Error: Conflicting default route declarations for IPv4 (table: main, metric: def ault), first declared in eth0 but also in etho

bin456789 commented 4 months ago

删除gateway4这一行

jjjdsdsf commented 4 months ago

![Uploading IMG_20240226_185205.jpg…]()

jjjdsdsf commented 4 months ago

![Uploading IMG_20240226_185235.jpg…]()

jjjdsdsf commented 4 months ago

现在只有四个警告,但是还是不能联网

bin456789 commented 4 months ago

那我就不懂了

jjjdsdsf commented 4 months ago

😭😭😭😭难搞,看不懂为啥不能联网

jjjdsdsf commented 4 months ago

大佬,这脚本里支持的Linux有带图形界面的吗

jjjdsdsf commented 4 months ago

我想试试带图形界面的看能不能联网

bin456789 commented 4 months ago

没有

jjjdsdsf commented 4 months ago

大佬,装Ubuntu有网了,arch和Debian没网,其他的没试

bin456789 commented 3 months ago

这台机用了 onlink 网关 目前 cloud-init 有bug,无法正确渲染这种情况 因此无法上网

现在脚本对这种情况做了修补 应该安装什么系统都有网了

jjjdsdsf commented 3 months ago

好的,晚上下班回去我在安装看看