安装过程一切顺利,安装完Ubuntu-20.04之后,正常进入了命令行,由于我只需要使用gcc学习C语言,所以只需要把源更新掉,然后再Ubuntu里面启用localhost proxy就完成了。 WSL配置代理的方式可以随便搜索一下就有知乎上有一篇为 WSL2 一键设置代理就好用。 但是配置完之后,启动WSL的时候出现了一个提示 wsl: 检测到 localhost...
WSL2装好后连不上代理wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理。 1.打开 Notepad(记事本) 2.输入配置内容: [experimental] autoMemoryReclaim=gradual networkingMode=mirrored dnsTunneling=true firewall=true autoProxy=true 3.保存为WSLCONFIG文件 点击“文件”...
wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理。yellow 15 Reputation points 15 Nov 2023, 15:01 I used clash for windows at first(I still use it now), but I install v2rayN a few days ago, and then , I got this problem. How can I resolve ...
當WSL2 以預設NAT 網路模式執行時,通常需要上述 IP 位址查詢動作。 當 WSL2 以新的鏡像模式執行時,Windows 主機和 WSL2 VM 可以使用 (127.0.0.0.1) 作為目的地位址彼此連線localhost,因此不需要使用查詢對等 IP 位址的訣竅。 默認網路模式:NAT 根據預設,WSL 會使用 NAT(網路地址轉譯)型架構來進行網路功能。
要解决 WSL 提示 "检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理" 的问题,你可以通过以下步骤进行配置: 在Windows 用户目录下创建或编辑.wslconfig文件,路径通常是C:\Users\<your_username>\。 在.wslconfig文件中输入以下内容: ...
localhostForwardingbooleantrue一个布尔值,用于指定绑定到 WSL 2 VM 中的通配符或 localhost 的端口是否应可通过localhost:port从主机连接。 kernelCommandLinestring空白其他内核命令行参数。 safeModebooleanfalse在“安全模式”中运行 WSL,这会禁用许多功能,应用于恢复处于错误状态的发行版。 仅适用于 Windows 11 和 WS...
localhostForwardingbooleantrue布林值,指定 WSL 2 VM 中繫結至萬用字元或 localhost 的連接埠是否應該可透過localhost:port從主機連線。 kernelCommandLine字串Blank其他核心命令列引數。 safeModebooleanfalse在「安全模式」中執行 WSL 會停用許多功能,而目的是用來復原處於不良狀態的發行版本。 僅適用於 Windows 11 和...
localhostforwarding=truenestedVirtualization=trueguiApplications=true[experimental]autoMemoryReclaim=gradual # gradual|dropcache|disabled networkingMode=mirrored dnsTunneling=truefirewall=trueautoProxy=true# 使用稀疏vhd减少空间占用sparseVhd=true# [boot]# command="service redis-server start"[network]# 取消自动...
[experimental]autoMemoryReclaim=gradualnetworkingMode=mirroreddnsTunneling=truefirewall=trueautoProxy=true 保存后重启一下 wsl 终端。 使用ip addr查看 ip,就可以发现与 windows 宿主机完全一致。使用ssh <wsl账号>@<宿主机ip> -p <wsl中ssh端口>就可以轻松建立连接。
如果是 ss 就填上 socks5 proxyPort = 8123 #proxyPort 是你想在 linux 子系统上使用的代理端口地址 #编辑完成后 :wq保存,如果没有权限,要提前sudo下加权限 chmod 755 file #重启polipo service polipo stop service polipo start #设置代理端口 export http_proxy=http://localhost:8123 #登入 wsl 后自动...