作者: pzx19940110 时间: 2020-6-29 19:16
之前的问题解决了,原因是在配置网络共享的时候iptables -t nat -A POSTROUTING -o eno1 -j MASQUERADE,这句没有把eno1替换成自己的机器的对应的网卡序号。但是又出现了新的问题。
看起来是证书的问题:
Total download size: 119 M
Installed size: 460 M
Is this ok [y/N]: y
Downloading Packages:
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://mirrors.fedoraproject.or ... 28&arch=aarch64 [SSL certificate problem: certificate is not yet valid]作者: hanxuan2021 时间: 2021-8-12 16:12
少了这一步未执行吧
sudo nmcli connection add con-name toybrick type ethernet ifname enp0s20u12u2i1 autoconnect yes ip4 192.168.180.1/24