全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 2402|回复: 15

[Windows VPS] 多Ip服务器搭建V2,如何实现源入源出

[复制链接]
发表于 2021-8-30 11:16:05 | 显示全部楼层 |阅读模式
        买了一台服务器30个ip,搭建x-ui,创建账号后怎么实现源IP入源Ip出?
        修改监听端口,修改V2客户端Ip,通过Ip111.cn查询后依然是主Ip。
        百度查了修改路由监听,添加标记,inboundTag,但是我一直没有成功,请问大佬哪里有教程吗?
        请求指点一二
发表于 2021-8-30 11:27:31 | 显示全部楼层
mohanfeng 发表于 2021-8-30 11:24
多个IP,就写多个是吧

以此类推好了
  1. "inbounds": [
  2.     {
  3.     "port": 10001,
  4.     "tag": "in1",
  5.     "listen": "1.1.1.1",
  6.         "protocol":"shadowsocks",
  7.         "settings":{
  8.             "method": "aes-256-gcm",
  9.             "password": "password"
  10.             }
  11.         },
  12.     {
  13.     "port": 10001,
  14.     "tag": "in2",
  15.     "listen": "2.2.2.2",
  16.         "protocol":"shadowsocks",
  17.         "settings":{
  18.             "method": "aes-256-gcm",
  19.             "password": "password"
  20.             }
  21.         }
  22.       ],

  23. "outbounds": [
  24.     {
  25.       "tag":"out1",
  26.       "protocol": "freedom",
  27.       "sendThrough":"1.1.1.1"
  28.     },
  29.     {
  30.       "tag":"out2",
  31.       "protocol": "freedom",
  32.       "sendThrough":"2.2.2.2"
  33.     }
  34.   ],
  35.   
  36.   "routing": {
  37.     "rules": [
  38.       {
  39.         "type": "field",
  40.         "inboundTag": "in1",
  41.         "outboundTag": "out1"
  42.       },
  43.       {
  44.         "type": "field",
  45.         "inboundTag": "in2",
  46.         "outboundTag": "out2"
  47.       }
  48.     ]
  49.   }
  50. }
复制代码
发表于 2021-8-30 11:16:42 | 显示全部楼层
我看刑,很可拷

点评

精辟  发表于 2021-8-30 20:49
发表于 2021-8-30 11:20:01 | 显示全部楼层
小心给你来副银手镯
发表于 2021-8-30 11:21:06 | 显示全部楼层
成功以后告诉我下
发表于 2021-8-30 11:22:11 | 显示全部楼层
试试开30个小鸡,每个小鸡不同ip
发表于 2021-8-30 11:22:20 | 显示全部楼层
把这个"x-ui"容器化,可以用docker,容器单独配置ip
发表于 2021-8-30 11:23:50 | 显示全部楼层
配置文件这样写,至于UI啥的,没用过
  1. "inbounds": [
  2.     {
  3.     "port": 10001,
  4.     "tag": "in",
  5.     "listen": "1.1.1.1",
  6.         "protocol":"shadowsocks",
  7.         "settings":{
  8.             "method": "aes-256-gcm",
  9.             "password": "password"
  10.             }
  11.         }
  12.       ],

  13. "outbounds": [
  14.     {
  15.       "tag":"out",
  16.       "protocol": "freedom",
  17.       "sendThrough":"1.1.1.1"
  18.     }
  19.   ],
  20.   
  21.   "routing": {
  22.     "rules": [
  23.       {
  24.         "type": "field",
  25.         "inboundTag": "in",
  26.         "outboundTag": "out"
  27.       }
  28.     ]
  29.   }
  30. }
复制代码
 楼主| 发表于 2021-8-30 11:24:56 | 显示全部楼层
sagerking 发表于 2021-8-30 11:23
配置文件这样写,至于UI啥的,没用过

多个IP,就写多个是吧
发表于 2021-8-30 11:26:19 | 显示全部楼层
30个inbound,分别绑定不同的IP,同一个端口,路由配置sendThrough对应的IP
 楼主| 发表于 2021-8-30 11:27:14 | 显示全部楼层
tcpdump 发表于 2021-8-30 11:26
30个inbound,分别绑定不同的IP,同一个端口,路由配置sendThrough对应的IP

路由配置sendThrough对应的IP
这一句不懂,可否详细讲讲
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-2-1 02:47 , Processed in 0.075855 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表