FranzKafkaYu / x-ui

Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.
GNU General Public License v3.0
7.84k stars 1.57k forks source link

配置Xray服务只绑定了TCP6 #455

Closed funs690 closed 1 year ago

funs690 commented 1 year ago

Welcome

Description of the problem,screencshot would be good

配置了Xray,无法链接到服务,telnet拒绝,配置见图片 微信截图_20230717175104

Version of x-ui

```console $ x-ui version 0.3.4.3:20230610 ```

x-ui log or xray log

```console 2023/07/17 17:36:12 x-ui 0.3.4.3:20230610 2023/07/17 17:36:12 INFO - web server run http on [::]:54321 IptablesCreateOwnChain create failed,error Info exit status 127 2023/07/17 17:36:12 WARNING - start xray warnging,create x-ui own chain failed 2023/07/17 17:36:12 INFO - Wait 2 seconds for telegram bot ready 2023/07/17 17:36:43 [sessions] ERROR! securecookie: the value is not valid 2023/07/17 17:38:09 INFO - admin login success,Ip Address:45.62.169.137 2023/07/17 17:38:09 [sessions] ERROR! securecookie: the value is not valid 2023/07/17 17:38:09 INFO - user 1 login success 2023/07/17 17:38:36 WARNING - stop server err: multierr: close tcp [::]:54321: use of closed network connection | 2023/07/17 17:38:36 INFO - web server run http on [::]:54321 IptablesCreateOwnChain create failed,error Info exit status 127 2023/07/17 17:38:36 WARNING - start xray warnging,create x-ui own chain failed 2023/07/17 17:38:36 INFO - Wait 2 seconds for telegram bot ready 2023/07/17 17:38:56 WARNING - stop server err: multierr: close tcp [::]:54321: use of closed network connection | 2023/07/17 17:38:56 INFO - web server run http on [::]:54321 IptablesCreateOwnChain create failed,error Info exit status 127 2023/07/17 17:38:56 WARNING - start xray warnging,create x-ui own chain failed 2023/07/17 17:38:56 INFO - Wait 2 seconds for telegram bot ready 2023/07/17 17:39:58 INFO - user 1 logout 2023/07/17 17:40:06 INFO - Crawler login success,Ip Address:45.62.169.137 2023/07/17 17:40:06 INFO - user 1 login success 2023/07/17 17:41:26 INFO - We got 1 members in client ```
FranzKafkaYu commented 1 year ago

关于V6问题的说明,请参考该链接
关于无法连接的问题,是由于默认的dest:www.microsoft.com关闭了tls1.3,请自行更换为合适的dest

FranzKafkaYu commented 1 year ago

合适的dest选择参考:https://github.com/FranzKafkaYu/x-ui/issues/452