Ubuntu自启动(固定wsl2的ip地址) 创建wsl2-start.bat批处理文件 wsl -d Ubuntu-20.04 -u root /etc/init.wsl # 指定发行版子系统,添加一个 eth0:1 网卡 # wsl -d Ubuntu-20.04 -u root ip addr add 172.20.20.20/20 br 2025-07-20 2 0 Windows Ubuntu WSL