gitops/scripts/network-config/ubuntu/readme.md
2025-05-23 21:19:18 +08:00

11 lines
288 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用方法WSL 内部):
chmod +x init-wsl.sh && ./init-wsl.sh
# 📌 检查项
- 确认 IP ip a show eth0 应该是 10.253.0.2
- 检查 ssh 是否启动 sudo systemctl status ssh
- 检查 systemd 是否开启 ps -p 1 -o comm= 应该是 systemd
- 检查端口监听 `ss -tlnp