WSL2 默认端口占用问题
#1504
Replies: 1 comment 7 replies
-
考虑使用桥接网卡或ipv6服务地址 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
基础配置
window11 22H2
WSL2
wslhost.exe 占用 53 端口
问题
WSL2默认占用53端口, 我修改smartdns的端口为5353, 用dig或者nslookup都可以解析, 也就是说smartdns 安装部署是没有问题的.
现在剩下的问题是怎么把电脑的DNS修改为127.0.0.1:5353, 我搜索出来一个铁子是windows10的配置, 说网卡选项卡高级里面有修改
DNS端口的配置, 但是我在windows11上面没看到修改DNS nameserver端口的配置
求解
请问社区的同学们, windows11 电脑上面 WSL 安装 smartdns 都是怎么配置 dns nameserver的?
Beta Was this translation helpful? Give feedback.
All reactions