Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to add ip addr 241.255.0.0 to tun device #436

Open
ldy24555 opened this issue Jun 30, 2023 · 0 comments
Open

Failed to add ip addr 241.255.0.0 to tun device #436

ldy24555 opened this issue Jun 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ldy24555
Copy link

Describe the bug
使用ktctl connect --debug 连接k8s集群不知为何突然连接不了了
查看日志和源代码发现其执行 netsh interface ipv4 add address "KtConnectTunnel" "241.254.0.0" "255.255.0.0" 配置路由有问题,
单独将其拿出来执行 会报参数错误。我排查出netsh添加c类ip地址是可以的 ,但d类和e类不行。这导致我工具使用不了

Log
DBG Task C:\Windows\system32\netsh.exe with args [netsh interface ipv4 add address KtConnectTunnel 241.255.0.0 255.255.0.0]
WRN Failed to add ip addr 241.255.0.0 to tun device

Environment (please complete the following information):

  • OS: window11
  • KT Version [1.0.7]
@ldy24555 ldy24555 added the enhancement New feature or request label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants