当前位置: 首页 > news >正文

网站建设初期 该如何推广做全房订制网站公司

网站建设初期 该如何推广,做全房订制网站公司,网页转微信小程序,四川旅游网站设计论文经过了好几次排查#xff0c;都没找到问题#xff0c;先说问题的排查过程#xff0c;多次确认了user信息#xff0c;包括用户id和alterid#xff0c;都没问题#xff0c;头大的一逼 问题排查过程 确保本地的xray服务是正常的 [rootk8s-master01 xray]# systemctl stat…经过了好几次排查都没找到问题先说问题的排查过程多次确认了user信息包括用户id和alterid都没问题头大的一逼 问题排查过程 确保本地的xray服务是正常的 [rootk8s-master01 xray]# systemctl status xray ● xray.service - Xray ServiceLoaded: loaded (/etc/systemd/system/xray.service; enabled; vendor preset: disabled)Active: active (running) since 六 2024-03-16 22:12:12 CST; 16min agoMain PID: 16207 (xray)CGroup: /system.slice/xray.service└─16207 /usr/local/xray/xray -config /usr/local/xray/config.json3月 16 22:12:12 k8s-master01 systemd[1]: Started Xray Service. 3月 16 22:12:12 k8s-master01 xray[16207]: Xray 1.8.6 (Xray, Penetrates Everything.) Custom (go1.21.4 linux/amd64) 3月 16 22:12:12 k8s-master01 xray[16207]: A unified platform for anti-censorship. 3月 16 22:12:12 k8s-master01 xray[16207]: 2024/03/16 22:12:12 [Info] infra/conf/serial: Reading config: /usr/local/xray/config.json 从这一步看上去没问题接着又开始第二步通过journalctl排查 [rootk8s-master01 xray]# journalctl -f -xu xray -- Logs begin at 一 2024-03-04 18:07:02 CST. -- 3月 16 22:12:07 k8s-master01 systemd[1]: Started Xray Service. -- Subject: Unit xray.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit xray.service has finished starting up. -- -- The start-up result is done. 3月 16 22:12:07 k8s-master01 xray[16057]: Xray 1.8.6 (Xray, Penetrates Everything.) Custom (go1.21.4 linux/amd64) 3月 16 22:12:07 k8s-master01 xray[16057]: A unified platform for anti-censorship. 3月 16 22:12:07 k8s-master01 xray[16057]: 2024/03/16 22:12:07 [Info] infra/conf/serial: Reading config: /usr/local/xray/config.json 3月 16 22:12:12 k8s-master01 systemd[1]: Stopping Xray Service... -- Subject: Unit xray.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit xray.service has begun shutting down. 3月 16 22:12:12 k8s-master01 systemd[1]: Stopped Xray Service. -- Subject: Unit xray.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit xray.service has finished shutting down. 3月 16 22:12:12 k8s-master01 systemd[1]: Started Xray Service. -- Subject: Unit xray.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit xray.service has finished starting up. -- -- The start-up result is done. 3月 16 22:12:12 k8s-master01 xray[16207]: Xray 1.8.6 (Xray, Penetrates Everything.) Custom (go1.21.4 linux/amd64) 3月 16 22:12:12 k8s-master01 xray[16207]: A unified platform for anti-censorship. 3月 16 22:12:12 k8s-master01 xray[16207]: 2024/03/16 22:12:12 [Info] infra/conf/serial: Reading config: /usr/local/xray/config.json 也没看出什么问题windows上测试几次都是正常的 为了保持统一已经把windows上的config.json的内容复制粘贴到centos上了 现在开始接下来操作就是配日志服务端和客户端都配置了 log: {access: /var/log/xray/access.log,error: /var/log/xray/error.log,loglevel: debug}, 然后通过tail命令查看 服务端日志是这个 2024/03/16 14:10:09 [Info] [4164381125] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:11:01 [Info] [634757384] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:14:01 [Info] [1120841913] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:14:57 [Info] [1537117142] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:14:57 [Info] [549166064] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:15:05 [Info] [1278316473] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:15:15 [Info] [1619787935] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:16:07 [Info] [336587068] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:19:14 [Info] [3178032418] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:20:02 [Info] [1422900044] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:20:19 [Info] [2559318044] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:20:22 [Info] [1461925477] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 2024/03/16 14:21:16 [Info] [850676330] app/proxyman/inbound: connection ends proxy/vmess/inbound: invalid request from 183.222.204.175:0 proxy/vmess/encoding: invalid user user do not exist 客户端日志是这个 3月 04 18:16:00 k8s-master01 xray[1346]: 2024/03/04 18:16:00 [Warning] [2403275693] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:16:02 k8s-master01 xray[1346]: 2024/03/04 18:16:02 127.0.0.1:46674 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:16:10 k8s-master01 xray[1346]: 2024/03/04 18:16:10 [Warning] [2594380722] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:16:12 k8s-master01 xray[1346]: 2024/03/04 18:16:12 127.0.0.1:46770 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:16:20 k8s-master01 xray[1346]: 2024/03/04 18:16:20 [Warning] [1302667946] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:16:22 k8s-master01 xray[1346]: 2024/03/04 18:16:22 127.0.0.1:46874 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:16:30 k8s-master01 xray[1346]: 2024/03/04 18:16:30 [Warning] [2697733957] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:16:32 k8s-master01 xray[1346]: 2024/03/04 18:16:32 127.0.0.1:46966 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:16:38 k8s-master01 xray[1346]: 2024/03/04 18:16:38 websocket: failed to close network connection: close tcp 192.168.10.10:43776-8.210.103.219:443: use of closed network connection 3月 04 18:16:40 k8s-master01 xray[1346]: 2024/03/04 18:16:40 websocket: failed to close network connection: close tcp 192.168.10.10:43786-8.210.103.219:443: use of closed network connection 3月 04 18:16:40 k8s-master01 xray[1346]: 2024/03/04 18:16:40 [Warning] [1423899102] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:16:42 k8s-master01 xray[1346]: 2024/03/04 18:16:42 127.0.0.1:47070 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:16:50 k8s-master01 xray[1346]: 2024/03/04 18:16:50 [Warning] [3280367621] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:16:50 k8s-master01 xray[1346]: 2024/03/04 18:16:50 websocket: failed to close network connection: close tcp 192.168.10.10:43890-8.210.103.219:443: use of closed network connection 3月 04 18:16:52 k8s-master01 xray[1346]: 2024/03/04 18:16:52 127.0.0.1:47164 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:16:58 k8s-master01 xray[1346]: 2024/03/04 18:16:58 websocket: failed to close network connection: close tcp 192.168.10.10:43974-8.210.103.219:443: use of closed network connection 3月 04 18:17:00 k8s-master01 xray[1346]: 2024/03/04 18:17:00 [Warning] [2142162998] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:17:10 k8s-master01 xray[1346]: 2024/03/04 18:17:10 [Warning] [1406668282] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:17:53 k8s-master01 xray[1346]: 2024/03/04 18:17:53 127.0.0.1:47750 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:18:03 k8s-master01 xray[1346]: 2024/03/04 18:18:03 127.0.0.1:47840 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:18:06 k8s-master01 xray[1346]: 2024/03/04 18:18:06 [Warning] [4145448540] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:18:13 k8s-master01 xray[1346]: 2024/03/04 18:18:13 127.0.0.1:47942 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:18:16 k8s-master01 xray[1346]: 2024/03/04 18:18:16 [Warning] [1365796855] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:18:23 k8s-master01 xray[1346]: 2024/03/04 18:18:23 127.0.0.1:48032 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:18:26 k8s-master01 xray[1346]: 2024/03/04 18:18:26 [Warning] [2392807403] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:18:33 k8s-master01 xray[1346]: 2024/03/04 18:18:33 127.0.0.1:48136 accepted //registry-1.docker.io:443 [http - proxy] 3月 04 18:18:36 k8s-master01 xray[1346]: 2024/03/04 18:18:36 [Warning] [2814008583] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:18:46 k8s-master01 xray[1346]: 2024/03/04 18:18:46 [Warning] [2119998531] app/proxyman/outbound: failed to process outbound traffic proxy/vmess/outbound: failed to find an available destination common/retry: [transport/ 3月 04 18:20:09 k8s-master01 xray[1346]: 2024/03/04 18:20:09 127.0.0.1:49040 accepted //registry-1.docker.io:443 [http - proxy] 说实话看了上面两个日志我是摸不着头因为userid和alterid都确认过都不知道多少次了都感觉没问题 一度怀疑是xray的问题于是换了一个客户端采用v2ray的客服端 于是用v2ray进行本地服务配置可还是出现同样的问题 后面网上说通过alter为0可以解决然后还有其它乱七八着的解决方法还是不行 终于看到一条有用的信息时间差 于是更新centos的时间 ntpdate time.windows.com 再次查看 [rootk8s-master01 ~]# curl -x http://127.0.0.1:10809 https://www.google.com -v * About to connect() to proxy 127.0.0.1 port 10809 (#0) * Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 10809 (#0) * Establish HTTP proxy tunnel to www.google.com:443CONNECT www.google.com:443 HTTP/1.1Host: www.google.com:443User-Agent: curl/7.29.0Proxy-Connection: Keep-AliveHTTP/1.1 200 Connection established* Proxy replied OK to CONNECT request * Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/ca-bundle.crtCApath: none * SSL connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: CNwww.google.com * start date: 2月 19 08:19:14 2024 GMT * expire date: 5月 13 08:19:13 2024 GMT * common name: www.google.com * issuer: CNGTS CA 1C3,OGoogle Trust Services LLC,CUSGET / HTTP/1.1User-Agent: curl/7.29.0Host: www.google.comAccept: */*HTTP/1.1 302 FoundLocation: https://www.google.com.hk/url?saphlzh-CNprefhkredirectpvalyesqhttps://www.google.com.hk/ust1710600070261911usgAOvVaw1xFQ6FZSUAQ0p_KF1PPrenCache-Control: privateContent-Type: text/html; charsetUTF-8Content-Security-Policy-Report-Only: object-src none;base-uri self;script-src nonce-zeU1oF1mM8-Ul5Hpk8GhNw strict-dynamic report-sample unsafe-eval unsafe-inline https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hpP3P: CPThis is not a P3P policy! See g.co/p3phelp for more info.Date: Sat, 16 Mar 2024 14:40:40 GMTServer: gwsContent-Length: 372X-XSS-Protection: 0X-Frame-Options: SAMEORIGINSet-Cookie: 1P_JAR2024-03-16-14; expiresMon, 15-Apr-2024 14:40:40 GMT; path/; domain.google.com; SecureSet-Cookie: AECAe3NU9PNmRL7EUmFbkfvziLkI-U_QJBZOxNBfkb0OXkO9kOOvAlHiX_gSQ; expiresThu, 12-Sep-2024 14:40:40 GMT; path/; domain.google.com; Secure; HttpOnly; SameSitelaxSet-Cookie: NID512A4a6jbVPAvqT8ipYJhTvbuS-FsX-hDEA90zLI0FhkT3oDJKoMsYaqQlRyllu2wH_Bw-_nTgAwCrvr4TogqxEOfh77CPlxc4A9jRMmHQBpWjqF7yFiByuBB6O6vgmQNDGALw5zZue0O8irX7h_2w4zRNUrOEZVA32rSLmYoJpl1s; expiresSun, 15-Sep-2024 14:40:40 GMT; path/; domain.google.com; HttpOnlyAlt-Svc: h3:443; ma2592000,h3-29:443; ma2592000HTMLHEADmeta http-equivcontent-type contenttext/html;charsetutf-8 TITLE302 Moved/TITLE/HEADBODY H1302 Moved/H1 The document has moved A HREFhttps://www.google.com.hk/url?sapamp;hlzh-CNamp;prefhkredirectamp;pvalyesamp;qhttps://www.google.com.hk/amp;ust1710600070261911amp;usgAOvVaw1xFQ6FZSUAQ0p_KF1PPrenhere/A. /BODY/HTML * Connection #0 to host 127.0.0.1 left intact 成功解决 问题排查方向 VMess: Invalid User 可能的原因 1、客户端和服务器端的用户 ID 不匹配2、客户端和服务器端的用户 alterId 不匹配3、客户端与服务器的时间不匹配误差不能超过90秒钟
http://www.w-s-a.com/news/926735/

相关文章:

  • 班级网站 建设目标如何做好网站建设内容的策划书
  • 网站建设与网页设计期末考试清博舆情系统
  • plone网站开发商城网站建设怎么收费
  • 旺旺号查询网站怎么做公司门户网站项目模版
  • 网站免费一站二站四站上海网站怎么备案表
  • 漫画交流网站怎么做开发微信小程序公司
  • 网站建设马鞍山怎么建立局域网网站
  • 开源 网站开发框架哪些网站可以做图片链接
  • 大良制作网站网站设计的能力要求
  • 前端设计除了做网站还能做什么江苏高校品牌专业建设工程网站
  • 做二手房产网站多少钱用户权限配置wordpress
  • 做亚马逊网站需要租办公室吗小型企业网站模板
  • 网站全屏视频怎么做个人公司注册网上申请
  • 如何k掉别人的网站搜索引擎优化与关键词的关系
  • 百度推广 网站吸引力做网站开发的薪酬怎么样
  • js网站开发工具软件营销方案
  • 做网站的天空网云南省建设厅网站怎么进不去
  • 天津网站排名提升网络营销推广策略包括哪些
  • 网站建设与管理 ppt网站打开是别人的
  • 图片网站怎么做排名怎么分析一个网站seo
  • 伪原创对网站的影响深圳装修公司排名100强
  • 网站建设公司效果个人可以做医疗信息网站吗
  • 网站使用arial字体下载微网站 建设
  • 文化馆网站建设意义营销型国外网站
  • 公司网站定位建议wordpress怎么用模板
  • 中国十大热门网站排名计算机选什么专业最好
  • 怀化建设企业网站太原网站关键词排名
  • 空间注册网站网站制作是怎么做的
  • 数码家电商城网站源码一个网站的成本
  • 网站伪静态是什么意思麻涌东莞网站建设