Skip to content

特殊网段的配置? #15

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

Open
myth815 opened this issue Dec 7, 2024 · 1 comment
Open

特殊网段的配置? #15

myth815 opened this issue Dec 7, 2024 · 1 comment

Comments

@myth815
Copy link

myth815 commented Dec 7, 2024

从目前来说最匹配我使用需求的Docker,但是使用期间遇到一些问题

按照家庭使用的方式配置,有两个问题

  1. 内网禁止IPV6,配置文件和教程上有何不同。
  2. 网段使用的比较特殊,例如172.28.88.x网段,应该修改哪些地方?
    目前按照教程连接后,能正常访问国内,但是感觉流量完全不走Xray,但是单独用代理连接又是可以的,感觉分流功能失效,怀疑和这个网段的默认配置有关系,麻烦给予说明,非常感谢。
@dnomd343
Copy link
Owner

  1. 内网禁用IPv6时,仅需关闭radvd的使能开关,IPv6流量将不通过旁路由网关,相关xray配置可以移除,但不移除也不会影响使用。
  2. 172.28.88.x为B类网络私有地址,教程中的192.168.2.x为C类网络私有地址,两者本质上是等价的,均拥有网关地址与子网掩码,将这两个参数逐个替换就可以。分流功能失效需要查阅xray日志,确定未代理流量是否经过xproxy处理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants