sing-box icon indicating copy to clipboard operation
sing-box copied to clipboard

1.10.0-beta.1 tun 模式开启 auto_route 出错 start service: initialize inbound/tun[tun-in]: configure tun interface: Incorrect function.

Open yyhhyyyyyy opened this issue 6 months ago • 1 comments

操作系统

Windows

系统版本

win11 专业工作站

安装类型

sing-box 原始命令行程序

如果您使用图形客户端程序,请提供该程序版本。

No response

版本

1.10.0-beta.1

描述

tun入站

    "inbounds": [
      {
        "tag": "tun-in",
        "type": "tun",
        "interface_name": "singbox",
        "address": [
          "172.19.0.1/30"
        ],
        "mtu": 9000,
        "stack": "mixed",
        "auto_route": true,
        "sniff": true,
        "sniff_override_destination": true,
        "strict_route": true,
        "platform": {
          "http_proxy": {
            "enabled": true,
            "server": "127.0.0.1",
            "server_port": 7890
          }
        }
      }
    ],

开启 auto_route 报错 FATAL[0000] start service: initialize inbound/tun[tun-in]: configure tun interface: Incorrect function.

完整配置

重现方式

sing-box.exe run -c config.json image

日志

No response

支持我们

完整性要求

  • [X] 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • [X] 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • [X] 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • [X] 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。

yyhhyyyyyy avatar Aug 19 '24 08:08 yyhhyyyyyy