LINUX.ORG.RU

Сообщения DeadlineX

 

Помогите настроить sing-box

 

Доброго времени суток всем!

Пытаюсь перейти с xray на sing-box в силу его большей продвинутости. В частности есть идея завязать два роутера («мобильный» и «домашний») через ss-туннель, а у xray с этим проблемы. Попытался переделать работающий конфиг xray в формат sing-box. Проверку синтаксиса проходит, входящие соединения принимает, но с инетом связи нет, не только с впн, но и с рф тоже. Кто-нибудь может что-то посоветовать? Конфиг и лог прилагаю.

В логе особо смущают строчки типа inbound connection to 192.168.100.5:7680. Домашняя сеть 192.168.0.0/24.

Заранее спасибо.

Конфиг:

{
  "log": {
    "disabled": false,
    "level": "info",
    "output": "/var/log/sing-box/sing-box.log",
    "timestamp": true
  },
  "dns": {
    "servers": [
      {
        "tag": "dns-direct",
        "type": "udp",
        "server": "77.88.8.8"
      },
      {
        "tag": "dns-proxy-dot",
        "detour": "HLVPN",
        "type": "tls",
        "server": "8.8.8.8",
        "domain_resolver": "dns-direct"
      },
      {
        "tag": "dns-proxy-dot-quad9",
        "detour": "HLVPN",
        "type": "tls",
        "server": "9.9.9.9",
        "domain_resolver": "dns-direct"
      },
      {
        "tag": "dns-proxy-doh",
        "detour": "HLVPN",
        "type": "https",
        "server": "8.8.8.8",
        "domain_resolver": "dns-direct"
      }
    ],
    "rules": [
      {
        "server": "dns-proxy-dot",
        "rule_set": [
          "geosite-ru-blocked"
        ]
      },
      {
        "domain_suffix": [
          "ru",
          "рф",
          "undef-deu-31.undef.network",
          "undef-fin-31.undef.network",
          "undef-usa-31.undef.network",
          "lte-ingress-0.undef.network"
        ],
        "server": "dns-direct"
      },
      {
        "domain_suffix": [
          "browserleaks",
          "ip2location.com",
          "2ip.io",
          "com.ua",
          "duolingo.com",
          "duolingo.cn",
          "duolingo.ghost.io",
          "googletagmanager.com",
          "codeporting.ai",
          "raspbian.raspberrypi.com",
          "archive.raspberrypi.com",
          "debian.org",
          "ports.ubuntu.com",
          "esm.ubuntu.com",
          "github.com",
          "pool.ntp.org",
          "containerize.app",
          "raw.githubusercontent.com",
          "microsoft.com",
          "openai.com",
          "nvidia.com",
          "adobedtm.com",
          "1e100.net",
          "amazonaws.com",
          "cdn-telegram.org",
          "comments.app",
          "contest.com",
          "fragment.com",
          "graph.org",
          "quiz.directory",
          "t.me",
          "tdesktop.com",
          "telega.one",
          "telegra.ph",
          "telegram-cdn.org",
          "telegram.dog",
          "telegram.me",
          "telegram.org",
          "telegram.space",
          "telesco.pe",
          "tg.dev",
          "tx.me",
          "usercontent.dev"
        ],
        "server": "dns-proxy-dot"
      }
    ],
    "final": "dns-direct",
    "strategy": "ipv4_only"
  },
  "inbounds": [
    {
      "type": "socks",
      "tag": "socks-in",
      "listen": "192.168.0.10",
      "listen_port": 2080
    },
    {
      "type": "socks",
      "tag": "socks2-in",
      "listen": "192.168.0.10",
      "listen_port": 2081
    },
    {
      "type": "socks",
      "tag": "socks-loc-in",
      "listen": "127.0.0.1",
      "listen_port": 2080
    },
    {
      "type": "shadowsocks",
      "tag": "ss-in",
      "listen": "192.168.0.10",
      "listen_port": 40080,
      "method": "2022-blake3-aes-256-gcm",
      "password": "wU9uVVFv1jdZ+5jA1dD893EzZmKyWLPMbJJ5bs0wNpE="
    }
  ],
  "outbounds": [
    {
      "type": "urltest",
      "tag": "HLVPN",
      "outbounds": [
        "proxy-deu2",
        "proxy-usa2",
        "proxy-fin2",
        "proxy-lte",
        "hys-usa"
      ],
      "url": "https://cloudflare.com",
      "interval": "10m",
      "tolerance": 50
    },
    {
      "type": "vless",
      "tag": "proxy-deu2",
      "server": "undef-deu-31b.undef.network",
      "server_port": 443,
      "uuid": "****",
      "flow": "xtls-rprx-vision",
      "packet_encoding": "xudp",
      "tls": {
        "enabled": true,
        "server_name": "m.vk.ru",
        "utls": {
          "enabled": true,
          "fingerprint": "chrome"
        },
        "reality": {
          "enabled": true,
          "public_key": "****",
          "short_id": "9b5ffd5a680dd823"
        }
      }
    },
    {
      "type": "vless",
      "tag": "proxy-usa2",
      "server": "undef-usa-31b.undef.network",
      "server_port": 443,
      "uuid": "****",
      "flow": "xtls-rprx-vision",
      "packet_encoding": "xudp",
      "tls": {
        "enabled": true,
        "server_name": "m.vk.ru",
        "utls": {
          "enabled": true,
          "fingerprint": "chrome"
        },
        "reality": {
          "enabled": true,
          "public_key": "****",
          "short_id": "9b5ffd5a680dd823"
        }
      }
    },
    {
      "type": "vless",
      "tag": "proxy-fin2",
      "server": "undef-fin-31b.undef.network",
      "server_port": 443,
      "uuid": "****",
      "flow": "xtls-rprx-vision",
      "packet_encoding": "xudp",
      "tls": {
        "enabled": true,
        "server_name": "m.vk.ru",
        "utls": {
          "enabled": true,
          "fingerprint": "chrome"
        },
        "reality": {
          "enabled": true,
          "public_key": "****",
          "short_id": "9b5ffd5a680dd823"
        }
      }
    },
    {
      "type": "vless",
      "tag": "proxy-lte",
      "server": "lte-ingress-0.undef.network",
      "server_port": 8443,
      "uuid": "****",
      "flow": "xtls-rprx-vision",
      "packet_encoding": "xudp",
      "tls": {
        "enabled": true,
        "server_name": "tradingview.com",
        "utls": {
          "enabled": true,
          "fingerprint": "chrome"
        },
        "reality": {
          "enabled": true,
          "public_key": "****",
          "short_id": "5ee66cbb01b823a5"
        }
      }
    },
    {
      "type": "hysteria2",
      "tag": "hys-usa",
      "server": "undef-us-3.undef.network",
      "server_port": 443,
      "password": "****",
      "tls": {
        "enabled": true,
        "server_name": "undef-us-3.undef.network",
        "alpn": [
          "h3"
        ]
      },
      "obfs": {
        "type": "salamander",
        "password": "****"
      }
    },
    {
      "type": "direct",
      "tag": "direct"
    },
    {
      "type": "block",
      "tag": "block"
    }
  ],
  "route": {
    "rules": [
      {
        "action": "sniff",
        "sniffer": [
          "http",
          "tls"
        ]
      },
      {
        "action": "hijack-dns"
      },
      {
        "inbound": [
          "socks-in",
          "socks2-in",
          "socks-loc-in"
        ],
        "ip_cidr": [
          "8.8.8.8/32",
          "9.9.9.9/32"
        ],
        "port": [
          53,
          443,
          853
        ],
        "action": "route",
        "outbound": "direct"
      },
      {
        "inbound": [
          "socks-in",
          "socks2-in",
          "socks-loc-in"
        ],
        "ip_cidr": [
          "2.23.88.0/24",
          "2.23.89.0/24",
          "13.107.42.0/24",
          "172.211.159.0/24",
          "54.217.252.0/24",
          "188.234.73.0/24",
          "203.199.69.0/24",
          "23.210.252.0/24",
          "2.21.188.0/24",
          "50.16.47.0/24",
          "52.35.150.0/24",
          "87.245.194.0/24",
          "48.209.180.0/24",
          "172.66.0.0/24",
          "188.114.97.0/24",
          "109.61.38.0/24",
          "216.58.211.0/24",
          "104.103.65.0/24",
          "150.171.28.0/24",
          "52.123.129.0/24",
          "52.35.150.14/32",
          "185.229.191.39/32",
          "51.178.65.178/32",
          "20.93.72.182/32",
          "192.147.130.166/32",
          "54.228.247.11/32",
          "92.123.135.75/32",
          "4.175.223.124/32",
          "188.234.73.41/32",
          "34.254.217.29/32",
          "54.224.241.105/32",
          "87.245.194.83/32",
          "172.205.25.163/32",
          "2.23.89.83/32",
          "63.140.62.236/32",
          "188.234.73.10/32",
          "2.23.88.201/32",
          "162.159.140.165/32",
          "13.89.179.12/32"
        ],
        "action": "route",
        "outbound": "block"
      },
      {
        "inbound": [
          "socks-in",
          "socks2-in",
          "socks-loc-in"
        ],
        "rule_set": [
          "geosite-blocked-ads"
        ],
        "action": "route",
        "outbound": "block"
      },
      {
        "inbound": [
          "socks-in",
          "socks2-in",
          "ss-in"
        ],
        "domain_suffix": [
          "ru",
          "рф"
        ],
        "action": "route",
        "outbound": "direct"
      },
      {
        "inbound": [
          "socks2-in"
        ],
        "action": "route",
        "outbound": "proxy-usa2"
      },
      {
        "inbound": [
          "socks-in",
          "socks-loc-in"
        ],
        "domain_suffix": [
          "browserleaks",
          "ip2location.com",
          "2ip.io",
          "com.ua",
          "duolingo.com",
          "duolingo.cn",
          "duolingo.ghost.io",
          "googletagmanager.com",
          "codeporting.ai",
          "raspbian.raspberrypi.com",
          "archive.raspberrypi.com",
          "debian.org",
          "ports.ubuntu.com",
          "esm.ubuntu.com",
          "github.com",
          "pool.ntp.org",
          "containerize.app",
          "raw.githubusercontent.com",
          "microsoft.com",
          "openai.com",
          "nvidia.com",
          "adobedtm.com",
          "1e100.net",
          "amazonaws.com",
          "cdn-telegram.org",
          "comments.app",
          "contest.com",
          "fragment.com",
          "graph.org",
          "quiz.directory",
          "t.me",
          "tdesktop.com",
          "telega.one",
          "telegra.ph",
          "telegram-cdn.org",
          "telegram.dog",
          "telegram.me",
          "telegram.org",
          "telegram.space",
          "telesco.pe",
          "tg.dev",
          "tx.me",
          "usercontent.dev"
        ],
        "action": "route",
        "outbound": "HLVPN"
      },
      {
        "inbound": [
          "socks-in",
          "socks-loc-in"
        ],
        "rule_set": [
          "geosite-ru-blocked"
        ],
        "action": "route",
        "outbound": "HLVPN"
      },
      {
        "inbound": [
          "socks-in",
          "socks-loc-in"
        ],
        "ip_cidr": [
          "17.57.0.0/16",
          "17.188.0.0/16",
          "17.248.0.0/16",
          "20.189.0.0/16",
          "23.213.0.0/16",
          "37.0.0.0/16",
          "42.251.0.0/16",
          "74.125.0.0/16",
          "91.105.0.0/16",
          "142.250.0.0/16",
          "142.251.0.0/16",
          "172.217.0.0/16",
          "178.72.0.0/16",
          "178.248.0.0/16",
          "216.58.211.0/24",
          "216.58.0.0/16",
          "216.239.0.0/16",
          "224.0.0.0/16",
          "239.255.0.0/16",
          "91.108.4.0/22",
          "91.108.8.0/22",
          "91.108.12.0/22",
          "91.108.16.0/22",
          "91.108.56.0/22",
          "149.154.160.0/20",
          "185.76.151.0/24"
        ],
        "action": "route",
        "outbound": "HLVPN"
      },
      {
        "inbound": [
          "socks-in",
          "socks-loc-in"
        ],
        "rule_set": [
          "geoip-ru-blocked"
        ],
        "action": "route",
        "outbound": "direct"
      }
    ],
    "final": "HLVPN",
    "auto_detect_interface": true,
    "rule_set": [
      {
        "tag": "geoip-ru-blocked",
        "type": "local",
        "format": "binary",
        "path": "/etc/sing-box/geoip-ru-blocked.srs"
      },
      {
        "tag": "geosite-ru-blocked",
        "type": "local",
        "format": "binary",
        "path": "/etc/sing-box/geosite-ru-blocked.srs"
      },
      {
        "tag": "geosite-blocked-ads",
        "type": "local",
        "format": "binary",
        "path": "/etc/sing-box/geosite-category-ads-all.srs"
      }

    ],
    "default_domain_resolver": "dns-direct"
  }
}

Лог:

+0500 2026-08-23 06:17:18 INFO network: updated default interface eth0, index 2
+0500 2026-08-23 06:17:18 INFO inbound/socks[socks-in]: tcp server started at 192.168.0.10:2080
+0500 2026-08-23 06:17:18 INFO inbound/socks[socks2-in]: tcp server started at 192.168.0.10:2081
+0500 2026-08-23 06:17:18 INFO inbound/socks[socks-loc-in]: tcp server started at 127.0.0.1:2080
+0500 2026-08-23 06:17:18 INFO inbound/shadowsocks[ss-in]: tcp server started at 192.168.0.10:40080
+0500 2026-08-23 06:17:18 INFO inbound/shadowsocks[ss-in]: udp server started at 192.168.0.10:40080
+0500 2026-08-23 06:17:18 INFO sing-box started (0.39s)
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-deu2]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-usa2]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO outbound/hysteria2[hys-usa]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-lte]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-fin2]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO [866533764 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50688
+0500 2026-08-23 06:17:18 INFO [2696939640 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50690
+0500 2026-08-23 06:17:18 INFO [2748306025 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50706
+0500 2026-08-23 06:17:18 INFO [2987416415 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50714
+0500 2026-08-23 06:17:18 INFO [2294952653 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50724
+0500 2026-08-23 06:17:18 INFO [1697738512 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50730
+0500 2026-08-23 06:17:18 INFO [982265422 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50736
+0500 2026-08-23 06:17:18 INFO [3212407455 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50740
+0500 2026-08-23 06:17:18 INFO [2701215082 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50756
+0500 2026-08-23 06:17:18 INFO [1345828622 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50768
+0500 2026-08-23 06:17:18 INFO [1751772140 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50784
+0500 2026-08-23 06:17:18 INFO [460971005 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50796
+0500 2026-08-23 06:17:18 INFO [866533764 5ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:18 INFO [2748306025 5ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [2987416415 5ms] inbound/socks[socks-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:18 INFO [2294952653 5ms] inbound/socks[socks-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:18 INFO [2696939640 5ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:18 INFO [1697738512 4ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [982265422 4ms] inbound/socks[socks-in]: inbound connection to 34.107.243.93:443
+0500 2026-08-23 06:17:18 INFO [3212407455 4ms] inbound/socks[socks-in]: inbound connection to 104.16.248.249:443
+0500 2026-08-23 06:17:18 INFO [2701215082 4ms] inbound/socks[socks-in]: inbound connection to 34.107.243.93:443
+0500 2026-08-23 06:17:18 INFO [1345828622 3ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [1751772140 3ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [460971005 3ms] inbound/socks[socks-in]: inbound connection to 104.16.248.249:443
+0500 2026-08-23 06:17:18 INFO [3915962279 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58762
+0500 2026-08-23 06:17:18 INFO [475257213 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58768
+0500 2026-08-23 06:17:18 INFO [3465139892 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58784
+0500 2026-08-23 06:17:18 INFO [2808496889 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58788
+0500 2026-08-23 06:17:18 INFO [955170072 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58790
+0500 2026-08-23 06:17:18 INFO [2128086323 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58800
+0500 2026-08-23 06:17:18 INFO [3485664639 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58810
+0500 2026-08-23 06:17:18 INFO [3294874086 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58818
+0500 2026-08-23 06:17:18 INFO [4038027575 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58832
+0500 2026-08-23 06:17:18 INFO [1150442596 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58836
+0500 2026-08-23 06:17:18 INFO [1595429947 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58842
+0500 2026-08-23 06:17:18 INFO [3126577548 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58854
+0500 2026-08-23 06:17:18 INFO [4093528184 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58864
+0500 2026-08-23 06:17:18 INFO [2052920939 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58878
+0500 2026-08-23 06:17:18 INFO [1340875241 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58888
+0500 2026-08-23 06:17:18 INFO [1271833921 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58890
+0500 2026-08-23 06:17:18 INFO [2791888904 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58898
+0500 2026-08-23 06:17:18 INFO [1515067086 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58912
+0500 2026-08-23 06:17:18 INFO [1399777420 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58914
+0500 2026-08-23 06:17:18 INFO [1225345121 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58922
+0500 2026-08-23 06:17:18 INFO [260023050 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58926
+0500 2026-08-23 06:17:18 INFO [3574231848 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58934
+0500 2026-08-23 06:17:18 INFO [1166694949 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58940
+0500 2026-08-23 06:17:18 INFO [2791888904 12ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [475257213 25ms] inbound/socks[socks2-in]: inbound connection to 104.16.248.249:443
+0500 2026-08-23 06:17:18 INFO [3915962279 26ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [2808496889 25ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [3465139892 25ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [955170072 24ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [3485664639 23ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [2128086323 23ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [3294874086 22ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:18 INFO [4038027575 20ms] inbound/socks[socks2-in]: inbound connection to 8.8.4.4:443
+0500 2026-08-23 06:17:18 INFO [1271833921 16ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [3126577548 20ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:18 INFO [1225345121 14ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [2052920939 18ms] inbound/socks[socks2-in]: inbound connection to 8.8.4.4:443
+0500 2026-08-23 06:17:18 INFO [1399777420 15ms] inbound/socks[socks2-in]: inbound connection to 8.8.4.4:443
+0500 2026-08-23 06:17:18 INFO [3574231848 12ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [1515067086 16ms] inbound/socks[socks2-in]: inbound connection to 104.16.248.249:443
+0500 2026-08-23 06:17:18 INFO [1340875241 17ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [4093528184 20ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [260023050 14ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [1166694949 12ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [1595429947 24ms] inbound/socks[socks2-in]: inbound connection to 8.8.4.4:443
+0500 2026-08-23 06:17:18 INFO [1150442596 25ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-fin2]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-usa2]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO outbound/vless[proxy-deu2]: outbound connection to cloudflare.com:443
+0500 2026-08-23 06:17:18 INFO [3691868869 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50802
+0500 2026-08-23 06:17:18 INFO [3691868869 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [1020143557 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58954
+0500 2026-08-23 06:17:18 INFO [4288876327 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58968
+0500 2026-08-23 06:17:18 INFO [1020143557 0ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:18 INFO [4288876327 5ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:18 INFO [1977187729 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50808
+0500 2026-08-23 06:17:18 INFO [1977187729 1ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [1173169870 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50810
+0500 2026-08-23 06:17:18 INFO [1173169870 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:18 INFO [90886816 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:58984
+0500 2026-08-23 06:17:18 INFO [90886816 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:18 INFO [2512564555 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59000
+0500 2026-08-23 06:17:18 INFO [2512564555 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:19 INFO [1900970493 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59012
+0500 2026-08-23 06:17:19 INFO [1900970493 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:19 INFO [1115985821 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50816
+0500 2026-08-23 06:17:19 INFO [1115985821 1ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [3069005011 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59026
+0500 2026-08-23 06:17:19 INFO [3069005011 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [98539030 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59036
+0500 2026-08-23 06:17:19 INFO [98539030 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [970819923 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50818
+0500 2026-08-23 06:17:19 INFO [970819923 1ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [725612548 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50830
+0500 2026-08-23 06:17:19 INFO [725612548 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:19 INFO [2894642836 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59038
+0500 2026-08-23 06:17:19 INFO [2894642836 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:19 INFO [1736789477 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50842
+0500 2026-08-23 06:17:19 INFO [1736789477 2ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [4127819388 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59050
+0500 2026-08-23 06:17:19 INFO [4127819388 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [2919149560 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59058
+0500 2026-08-23 06:17:19 INFO [2919149560 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [1361527155 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50856
+0500 2026-08-23 06:17:19 INFO [3267261957 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50872
+0500 2026-08-23 06:17:19 INFO [1361527155 2ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:19 INFO [3267261957 1ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [178056110 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59070
+0500 2026-08-23 06:17:19 INFO [178056110 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:19 INFO [2366476423 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59078
+0500 2026-08-23 06:17:19 INFO [2366476423 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:20 INFO [3847377092 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50886
+0500 2026-08-23 06:17:20 INFO [3847377092 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:20 INFO [1193796386 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50900
+0500 2026-08-23 06:17:20 INFO [1126551129 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50910
+0500 2026-08-23 06:17:20 INFO [1193796386 2ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:20 INFO [1126551129 1ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:20 INFO [4258734673 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59084
+0500 2026-08-23 06:17:20 INFO [4258734673 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:20 INFO [899691927 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59096
+0500 2026-08-23 06:17:20 INFO [899691927 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:20 INFO [1391871189 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59102
+0500 2026-08-23 06:17:20 INFO [1391871189 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:20 INFO [2044963579 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59114
+0500 2026-08-23 06:17:20 INFO [2044963579 2ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:20 INFO [3891148423 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59126
+0500 2026-08-23 06:17:20 INFO [3891148423 2ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:20 INFO [1035487464 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50920
+0500 2026-08-23 06:17:20 INFO [1035487464 3ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:21 INFO [2684565638 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59136
+0500 2026-08-23 06:17:21 INFO [2684565638 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:21 INFO [1526573822 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50928
+0500 2026-08-23 06:17:21 INFO [1526573822 2ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:21 INFO [1687742730 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59142
+0500 2026-08-23 06:17:21 INFO [1687742730 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [4157284711 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59144
+0500 2026-08-23 06:17:21 INFO [4157284711 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [1539934322 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50932
+0500 2026-08-23 06:17:21 INFO [1539934322 1ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [203439262 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50938
+0500 2026-08-23 06:17:21 INFO [203439262 0ms] inbound/socks[socks-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:21 INFO [2953389351 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59154
+0500 2026-08-23 06:17:21 INFO [2953389351 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [308304152 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59166
+0500 2026-08-23 06:17:21 INFO [308304152 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [1908619536 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59174
+0500 2026-08-23 06:17:21 INFO [1306920442 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59178
+0500 2026-08-23 06:17:21 INFO [1908619536 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:21 INFO [1306920442 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:21 INFO [3822821104 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50946
+0500 2026-08-23 06:17:21 INFO [3602735220 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50950
+0500 2026-08-23 06:17:21 INFO [3822821104 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:21 INFO [3602735220 1ms] inbound/socks[socks-in]: inbound packet connection to 9.9.9.9:53
+0500 2026-08-23 06:17:21 INFO [3602735220 38ms] dns: exchanged A relay-a5a6c071.net.anydesk.com. 6616 IN A 208.115.231.22
+0500 2026-08-23 06:17:21 INFO [1980590710 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50958
+0500 2026-08-23 06:17:21 INFO [1980590710 1ms] inbound/socks[socks-in]: inbound packet connection to 9.9.9.9:53
+0500 2026-08-23 06:17:21 INFO [1436435052 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50960
+0500 2026-08-23 06:17:21 INFO [1436435052 0ms] inbound/socks[socks-in]: inbound connection to 208.115.231.22:80
+0500 2026-08-23 06:17:21 INFO [3163238344 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50976
+0500 2026-08-23 06:17:21 INFO [3163238344 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [1224860106 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59180
+0500 2026-08-23 06:17:21 INFO [1224860106 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:21 INFO [91311020 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59182
+0500 2026-08-23 06:17:21 INFO [91311020 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:22 INFO [752310011 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59188
+0500 2026-08-23 06:17:22 INFO [752310011 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:22 INFO [2738940257 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59196
+0500 2026-08-23 06:17:22 INFO [2738940257 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [3760741521 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59204
+0500 2026-08-23 06:17:22 INFO [3760741521 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [219022875 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50980
+0500 2026-08-23 06:17:22 INFO [219022875 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [1682491327 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59212
+0500 2026-08-23 06:17:22 INFO [1682491327 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:22 INFO [893903905 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59228
+0500 2026-08-23 06:17:22 INFO [893903905 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:22 INFO [1120647412 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59240
+0500 2026-08-23 06:17:22 INFO [1120647412 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [1829147294 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59244
+0500 2026-08-23 06:17:22 INFO [1829147294 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [3902933049 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:50996
+0500 2026-08-23 06:17:22 INFO [3902933049 1ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [3178746807 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59260
+0500 2026-08-23 06:17:22 INFO [3178746807 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:22 INFO [2669879873 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59262
+0500 2026-08-23 06:17:22 INFO [2676577752 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59278
+0500 2026-08-23 06:17:22 INFO [2669879873 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:22 INFO [2676577752 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:23 INFO [1179978351 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59286
+0500 2026-08-23 06:17:23 INFO [1179978351 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:23 INFO [2229156719 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59302
+0500 2026-08-23 06:17:23 INFO [2621427481 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59308
+0500 2026-08-23 06:17:23 INFO [2229156719 1ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:23 INFO [2621427481 1ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:23 INFO [1960153462 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51006
+0500 2026-08-23 06:17:23 INFO [1960153462 2ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:23 INFO [2939495356 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59314
+0500 2026-08-23 06:17:23 INFO [2939495356 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:23 INFO [3272488517 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59326
+0500 2026-08-23 06:17:23 INFO [3272488517 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:23 INFO [2836545006 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59340
+0500 2026-08-23 06:17:23 INFO [2836545006 0ms] inbound/socks[socks2-in]: inbound connection to 142.251.215.67:443
+0500 2026-08-23 06:17:23 INFO [822809853 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59346
+0500 2026-08-23 06:17:23 INFO [2038355847 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59350
+0500 2026-08-23 06:17:23 INFO [822809853 2ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:23 INFO [2038355847 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:23 INFO [1607076884 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59354
+0500 2026-08-23 06:17:24 INFO [1607076884 58ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:24 INFO [2173662952 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59362
+0500 2026-08-23 06:17:24 INFO [2173662952 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:24 INFO [3270520234 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59374
+0500 2026-08-23 06:17:24 INFO [3270520234 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:24 INFO [1269016602 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59388
+0500 2026-08-23 06:17:24 INFO [1269016602 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:25 INFO [3087521321 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59396
+0500 2026-08-23 06:17:25 INFO [3087521321 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:25 INFO [1596913220 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59400
+0500 2026-08-23 06:17:25 INFO [1596913220 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:25 INFO [246025203 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59402
+0500 2026-08-23 06:17:25 INFO [246025203 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:26 INFO [4228615239 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59404
+0500 2026-08-23 06:17:26 INFO [4228615239 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:26 INFO [507314137 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59406
+0500 2026-08-23 06:17:26 INFO [507314137 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:26 INFO [290808041 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59410
+0500 2026-08-23 06:17:26 INFO [290808041 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:27 INFO [3650276173 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59416
+0500 2026-08-23 06:17:27 INFO [3650276173 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:27 INFO [909693579 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59418
+0500 2026-08-23 06:17:27 INFO [909693579 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:27 INFO [2515695912 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59432
+0500 2026-08-23 06:17:27 INFO [2515695912 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:27 INFO [229584202 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59448
+0500 2026-08-23 06:17:27 INFO [229584202 1ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:28 INFO [1878383343 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59454
+0500 2026-08-23 06:17:28 INFO [1878383343 0ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:28 INFO [2166760198 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59468
+0500 2026-08-23 06:17:28 INFO [2166760198 0ms] inbound/socks[socks2-in]: inbound connection to 20.59.87.227:443
+0500 2026-08-23 06:17:29 INFO [3754960200 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59474
+0500 2026-08-23 06:17:29 INFO [3754960200 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:29 INFO [1675731383 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59476
+0500 2026-08-23 06:17:29 INFO [1675731383 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:30 INFO [555799658 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59482
+0500 2026-08-23 06:17:30 INFO [555799658 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:31 INFO [1476494579 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59498
+0500 2026-08-23 06:17:31 INFO [1476494579 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:32 INFO [1599582267 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59500
+0500 2026-08-23 06:17:32 INFO [1599582267 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:32 INFO [2691072488 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59514
+0500 2026-08-23 06:17:32 INFO [2691072488 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:33 INFO [2590986987 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59522
+0500 2026-08-23 06:17:33 INFO [2590986987 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:33 INFO [1597674981 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59530
+0500 2026-08-23 06:17:33 INFO [1597674981 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:33 INFO [3031761162 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59546
+0500 2026-08-23 06:17:33 INFO [3031761162 0ms] inbound/socks[socks2-in]: inbound connection to 192.168.101.17:7680
+0500 2026-08-23 06:17:33 INFO [324865626 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59548
+0500 2026-08-23 06:17:33 INFO [324865626 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:34 INFO [346155633 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59564
+0500 2026-08-23 06:17:34 INFO [346155633 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:34 INFO [4074913808 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59566
+0500 2026-08-23 06:17:34 INFO [4074913808 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:34 INFO [1886513955 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59576
+0500 2026-08-23 06:17:34 INFO [1886513955 2ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:34 INFO [1564586741 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59586
+0500 2026-08-23 06:17:34 INFO [1564586741 2ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:34 INFO [2877153994 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59594
+0500 2026-08-23 06:17:34 INFO [2877153994 1ms] inbound/socks[socks2-in]: inbound connection to 10.161.131.73:7680
+0500 2026-08-23 06:17:34 INFO [2431892047 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59600
+0500 2026-08-23 06:17:34 INFO [2431892047 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:35 INFO [2833679005 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59610
+0500 2026-08-23 06:17:35 INFO [2833679005 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:35 INFO [1326813031 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59626
+0500 2026-08-23 06:17:35 INFO [1326813031 0ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:35 INFO [771190103 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59638
+0500 2026-08-23 06:17:35 INFO [771190103 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:35 INFO [66742090 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59640
+0500 2026-08-23 06:17:35 INFO [66742090 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:36 INFO [1111831144 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59648
+0500 2026-08-23 06:17:36 INFO [1111831144 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:36 INFO [1561642391 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59664
+0500 2026-08-23 06:17:36 INFO [1561642391 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:36 INFO [3833097550 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59676
+0500 2026-08-23 06:17:36 INFO [3833097550 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:36 INFO [2710216830 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59686
+0500 2026-08-23 06:17:36 INFO [2710216830 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:36 INFO [241637156 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59688
+0500 2026-08-23 06:17:36 INFO [241637156 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:36 INFO [2977816308 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59692
+0500 2026-08-23 06:17:36 INFO [2977816308 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:37 INFO [1423190522 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59698
+0500 2026-08-23 06:17:37 INFO [1423190522 0ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:37 INFO [212678156 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59704
+0500 2026-08-23 06:17:37 INFO [212678156 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:37 INFO [110811230 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59716
+0500 2026-08-23 06:17:37 INFO [110811230 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:37 INFO [1399112765 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59728
+0500 2026-08-23 06:17:37 INFO [1399112765 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:37 INFO [2175576875 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59734
+0500 2026-08-23 06:17:37 INFO [2175576875 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:38 INFO [2526771816 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59744
+0500 2026-08-23 06:17:38 INFO [2526771816 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:38 INFO [562269771 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59750
+0500 2026-08-23 06:17:38 INFO [562269771 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:38 INFO [353924574 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59766
+0500 2026-08-23 06:17:38 INFO [637476874 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59782
+0500 2026-08-23 06:17:38 INFO [2938289166 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59794
+0500 2026-08-23 06:17:38 INFO [353924574 6ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:38 INFO [93248218 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59802
+0500 2026-08-23 06:17:38 INFO [637476874 6ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:38 INFO [2938289166 1ms] inbound/socks[socks2-in]: inbound connection to 192.168.31.137:7680
+0500 2026-08-23 06:17:38 INFO [93248218 1ms] inbound/socks[socks2-in]: inbound connection to 192.168.100.5:7680
+0500 2026-08-23 06:17:38 INFO [2462177517 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59818
+0500 2026-08-23 06:17:38 INFO [2462177517 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:39 INFO [4023532561 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59828
+0500 2026-08-23 06:17:39 INFO [1562301601 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59840
+0500 2026-08-23 06:17:39 INFO [4023532561 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:39 INFO [1562301601 3ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:39 INFO [2819118843 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59852
+0500 2026-08-23 06:17:39 INFO [2819118843 2ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:39 INFO [1887927017 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59868
+0500 2026-08-23 06:17:39 INFO [1887927017 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:39 INFO [1638471488 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59876
+0500 2026-08-23 06:17:39 INFO [1638471488 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:40 INFO [2186678786 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59890
+0500 2026-08-23 06:17:40 INFO [2186678786 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:41 INFO [2973725148 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59902
+0500 2026-08-23 06:17:41 INFO [2973725148 1ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:41 INFO [908832622 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51022
+0500 2026-08-23 06:17:41 INFO [908832622 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:41 INFO [3799998098 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59914
+0500 2026-08-23 06:17:41 INFO [3799998098 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:42 INFO [199176926 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51024
+0500 2026-08-23 06:17:42 INFO [199176926 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:42 INFO [1552503985 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59916
+0500 2026-08-23 06:17:42 INFO [1552503985 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:42 INFO [649756026 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51028
+0500 2026-08-23 06:17:42 INFO [649756026 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:42 INFO [3522157936 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51030
+0500 2026-08-23 06:17:42 INFO [3522157936 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:43 INFO [3315657458 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59924
+0500 2026-08-23 06:17:43 INFO [3315657458 1ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:43 INFO [745355516 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51044
+0500 2026-08-23 06:17:43 INFO [745355516 1ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:43 INFO [382191735 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51050
+0500 2026-08-23 06:17:43 INFO [382191735 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:43 INFO [3134106220 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59928
+0500 2026-08-23 06:17:43 INFO [3134106220 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:43 INFO [2013632734 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51058
+0500 2026-08-23 06:17:43 INFO [3859121407 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51062
+0500 2026-08-23 06:17:43 INFO [2013632734 1ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:43 INFO [3859121407 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:43 INFO [1850668305 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51078
+0500 2026-08-23 06:17:43 INFO [1850668305 0ms] inbound/socks[socks-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:43 INFO [3149913736 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59944
+0500 2026-08-23 06:17:43 INFO [3149913736 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:44 INFO [619514276 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59954
+0500 2026-08-23 06:17:44 INFO [619514276 0ms] inbound/socks[socks2-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:44 INFO [2835674262 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51082
+0500 2026-08-23 06:17:44 INFO [148633277 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51092
+0500 2026-08-23 06:17:44 INFO [2835674262 1ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:44 INFO [148633277 1ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:44 INFO [31792937 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51098
+0500 2026-08-23 06:17:44 INFO [31792937 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:44 INFO [1362584734 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59958
+0500 2026-08-23 06:17:44 INFO [1362584734 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:44 INFO [3447528892 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59970
+0500 2026-08-23 06:17:44 INFO [3447528892 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:44 INFO [2325131334 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51112
+0500 2026-08-23 06:17:44 INFO [2325131334 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:44 INFO [2345299155 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51126
+0500 2026-08-23 06:17:44 INFO [2345299155 0ms] inbound/socks[socks-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:44 INFO [3644107320 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59974
+0500 2026-08-23 06:17:44 INFO [3644107320 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:45 INFO [2524282980 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59976
+0500 2026-08-23 06:17:45 INFO [2524282980 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:45 INFO [1642684979 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51136
+0500 2026-08-23 06:17:45 INFO [1642684979 1ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:45 INFO [1009223300 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51152
+0500 2026-08-23 06:17:45 INFO [1009223300 0ms] inbound/socks[socks-in]: inbound connection to 9.9.9.9:853
+0500 2026-08-23 06:17:45 INFO [1335468532 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:59984
+0500 2026-08-23 06:17:45 INFO [1335468532 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:443
+0500 2026-08-23 06:17:45 INFO [1024016820 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:60000
+0500 2026-08-23 06:17:45 INFO [1024016820 0ms] inbound/socks[socks2-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:45 INFO [289522399 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:60016
+0500 2026-08-23 06:17:45 INFO [289522399 0ms] inbound/socks[socks2-in]: inbound connection to 142.251.215.67:443
+0500 2026-08-23 06:17:45 INFO [3954314775 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:60024
+0500 2026-08-23 06:17:45 INFO [3954314775 0ms] inbound/socks[socks2-in]: inbound connection to 8.8.8.8:853
+0500 2026-08-23 06:17:45 INFO [1510211232 0ms] inbound/socks[socks-in]: inbound connection from 192.168.0.1:51168
+0500 2026-08-23 06:17:45 INFO [1510211232 0ms] inbound/socks[socks-in]: inbound connection to 104.16.249.249:443
+0500 2026-08-23 06:17:45 INFO [508533955 0ms] inbound/socks[socks2-in]: inbound connection from 192.168.0.1:60038
DeadlineX
()

Нестандартная маршрутизация «роутер => USB модем»

 , ,

В связи с тем, что провайдер как-то «палит» модем, когда он в роутере, отключил ISP соединение вообще, а использую компонент прокси, связанный с SBC в LAN, в который вставлен модем. Там debian bookworm, поднят NAT, всё в принципе работает, как хотелось.

Проблема в шлюзе по умолчанию. Когда (я так думаю) происходит обновление DHCP, обновляется маршрутизация, и снова приоритетом становится шлюз до роутера через eth0. Я его руками удалил вначале, чтобы приоритетом стал шлюз до модема. Снова удаляю, и снова всё работает.

Можно, конечно, отключить DHCP на роутере и включить на SBC с модемом, но не хотелось бы. Можно как-то прописать шлюзы с приоритетами, чтобы DHCP «не портил» это?

Если я в параметрах DHCP на роутере указываю шлюзом по умолчанию назначаю SBC, то соединение вообще теряется. Что-то неправильно делаю, но не пойму, что.

DeadlineX
()

XRay - ошибка в логе «unknown command 5»

 ,

Здравствуйте, всем,

Вопрос: В access.log куча таких строчек. При этом прокси функционирует, маршрутизация, вроде, работает.

from tcp:192.168.0.1:51890 rejected  proxy/socks: unknown command 5

Вот секция inbounds:

  "inbounds": [
    {
      "listen": "192.168.0.94",
      "port": 2080,        // Listening port
      "protocol": "socks", // Incoming protocol is SOCKS 5
      "settings": {
        "auth": "noauth",  // or "password"
        "udp": true
      },
      "sniffing": {
        "enabled": true,
        "routeOnly": true,
        "destOverride": ["http", "tls"],
        "metadataOnly": false
      },
      "tag": "socks-in"
    }
  ],

Что это за ошибка и как ее исправить? Нигде не могу найти описание. ИИ мелет какую-то чушь про SOKS5, но ясности не вносит. Странно, что нигде не описано.

DeadlineX
()

Вопрос по маршрутизации при наличии прокси и NAT

 , ,

Здравствуйте,

Допустим, в лс есть комп с линуксом (Debian), в котором usb-модем, и поднят NAT, чтобы другие могли через него ходить в инет. Здесь же стоит xray, через который все и ходят.

Вопрос: хочется, чтобы сам этот комп тоже ходил в инет через этот же xray, как минимум, для некоторого определенного списка доменов (именно доменов, а не адресов) например до репозиториев. То есть, хочется, как бы еще один прокси, получается. Это как-то можно реализовать без установки дополнительной софтины? Хочется минимизировать издержки по производительности. Я понимаю, что у того же xray можно задать несколько входов на разных портах, и, соответственно, маршрутизацию там тоже отдельно для каждого входа устроить. Но непонятно, что надо где написать, чтобы все, что работает в этой локальной системе (но, разумеется, не сам xray) ходили в инет через этот второй вход. А все клиенты из лс ходили через первый вход. Как-то так.

DeadlineX
()

XRay-core, как сервис systemd - не работает параметр Environment

 ,

Здравствуйте, Собственно, сабж и еще непонятно, как ему сказать, чтобы он логи создавал с 644, а не 600, а то по сети не посмотреть. Если его попробовать запускать не от рута, то ошибка. А по первому вопросу просто непонятно. Пришлось его завернуть в sh, и там отдельной строчкой написать

export XRAY_LOCATION_ASSET="/etc/xray"

а иначе никак.

DeadlineX
()

v2ray - ошибка при создании лога

 ,

Здравствуйте, всем,

Установлен v2ray на Debian 12. Все работает, за исключением того, что не могу заставить его писать лог в отдельный файл, чтобы не в syslog все валил. Но при указании в конфиге путей для логов типа

  "log": {
    "access": "/var/log/v2ray/access.log",
    "error": "/var/log/v2ray/error.log",
    "loglevel": "warning"
  },
...........

пишет ошибку:

v2ray[1993]: main: failed to create server > v2ray.com/core/app/log: failed to initialize access logger > open /var/log/v2ray/access.log: read-only file system

перепробовал практически все, что смог придумать. Назначал права 0777 на эти файлы, предварительно созданные руками, ничего не помогает. Проверял диск, тоже нет никаких проблем, Все логи пишутся, кроме логов v2ray. Гугл тоже не помог. Версия v2ray 4.34.0 установлена из apt. В чем может быть дело?

-Спасибо.

DeadlineX
()

hdparm -S не работает, хотя с виду все ОК

 ,

Здравствуйте, всем,

hdparm -S120 /dev/sda возвращает корректный ответ, что таймаут 10 мин. но фактически диск останавливается где-то минуты через три. Скопировал /lib/udev/hdparm в другое имя и сделал там эхо вместо исполнения команды. Пишет строчку опций -q -W1 -q -S120 т.е. с виду все ОК. Как это понимать? Диск / адаптер не воспринимает команду? По hdparm -I /dev/sda выводит звезду против опции управления питанием, хотя на hdparm -B127 пишет, что опция не поддерживается.

DeadlineX
()

Компиляция GRUB 2.04 и функция grub_bios_interrupt()

 ,

Всем привет. Прочитал, что этой функцией граб переводит процессор x86 в реальный режим, а потом взад. Собственно прерывания биоса мне не нужны, т.к. я всего лишь хочу сделать дамп видяхи, который из защищенного режима делаться не хочет. Поэтому идея состоит в том, чтобы скопировать этот файл, убрать из него собственно выполнение прерывания и заменить на копирование с адреса на адрес, оставив при этом код перевода в реальный режим и обратно.

Проблема в том, что я не силен в скрипте configure, а мне надо куда-то прикрутить копию файла «int.$», чтобы он компилировался и потом собирался. Хотя бы примерно, как это сделать? Тупым поиском по конфигам имя не находится :(

Спасибо.

DeadlineX
()

UBUNTU-MATE запускается только с флешки. Помогите понять проблему.

 , , , ,

Всем доброго времени суток!

Вот на этой страничке https://ubuntu-mate.community/t/64-bit-ubuntu-mate-images-for-32-bit-efi-macintosh-computers/18069/27 Нашел образ, якобы специально сделанный для буков с 32-битным EFI. https://drive.google.com/uc?export=download&id=1JcE4IV_OZyYBWgF9tKZsjmUf3nDb1Gd_ Записал на флешку. В меню загрузчика выходит. Единственное, что работает - это вариант «Try Ubuntu-MATE (safe graphics)». После его выбора через пару минут черного экрана появляется пара строчек про видеоадаптер, не поддерживающий UMS, и после этого появляется экран загрузки Ubuntu. Отменяю проверку пакетов и появляется рабочий стол. Казалось бы, все работает, включая WiFi и звук.

Но после установки на диск в раздел, где до этого была макось, бук не загружается. Появляется меню загрузки GRUB, и при выборе любого варианта загрузки черный экран.

Вопрос: как можно включить verbose режим, чтобы хотя бы увидеть, в каком месте зависает?

DeadlineX
()

Установка Debian на macbook pro 2006 c EFI32

 , , ,

Здравствуйте, всем,

Записал на флешку образ: http://mirror.truenetwork.ru/debian-cd/10.10.0/multi-arch/iso-cd/debian-10.10.0-amd64-i386-netinst.iso и поставил в раздел, где раньше была макось. Инсталляция прошла до конца, но после перезагрузки появляется экран GRUB с меню вариантов запуска, автоматически выбирается первый пункт и все виснет с черным экраном и немигающим курсором. Попробовал выбрать в меню вариант «recovery mode». Появляется куча строк и виснет на последней fb: switching to radeondrwfb from EFI VGA.

Проблема с драйвером видео или что?

DeadlineX
()

Установка на MacBookPro 2,2 c EFI32

 , , ,

Здравствуйте, всем, Пытаюсь поставить Linux на MacBookPro late 2006 с Core2Duo. Причем надо с USB, поскольку CD-привод давно помер. Совершенно абстрактно посоветовали поставить XUbuntu, поскольку она «типа легкая» для такого железа. Но на офсайте только х64 версия. То есть ей надо откуда-то взять 32-битный загрузчик. Нашел тему https://mesom.de/efi32boot/index.html попробовал, загрузочный раздел видится, но дальше грузится макось. В коментах там написано, что это у меня флешка не той системы. Не поверил. Взял вот этот дистрибутив Debian: http://mirror.truenetwork.ru/debian-cd/10.10.0/multi-arch/iso-cd/debian-10.10.0-amd64-i386-netinst.iso и закатал его на ту же флешку. Инсталлятор запускается. Но есть две проблемы:

  • нет поддержки трекпада
  • неясно, а какую же версию оно ставит: 32 или 64 битную?

Пробовал выбрать режим эксперта, но там тоже ни слова об этом. Хочется, понятно, 64-битную. Поэтому дальше выбора раздела для установки не пошел.

Далее взял из этого образа 32-битные загрузчик и GRUB и добавил их в записанную флешку с XUbuntu. При запуске с раздела EFI вываливается командная строка GRUB. Нашел здесь тему про EFI32 и GRUB: [MacBook][EFI][GRUB2] Не показывает меню и ввел путь. Появилось меню, но при выборе любого варианта инсталляции все уходит в черный экран и виснет. Флешка тоже гаснет. Пробовал поменять GRUB с версии 2.02 на 2.04 - без разницы. Пробовал написать в конфиге noquiet - без разницы.

Каков будет вердикт? Мне забыть про XUbuntu? Если да, то какие есть более-менее пристойные варианты для такого железа? И хочется все же 64-битную ось, чтобы память на 100% использовать.

DeadlineX
()

Python и logrotate - как подружить?

 ,

Здравствуйте, всем, Есть скрипт, пишущий лог через

# create logger with 'spam_application'
logger = logging.getLogger('/var/log/therm/therm_ctl.log')
logger.setLevel(logging.DEBUG)
# create file handler which logs even debug messages
fh = logging.FileHandler('/var/log/therm/therm_ctl.log')
fh.setLevel(logging.DEBUG)
# create formatter and add it to the handlers
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
fh.setFormatter(formatter)
# add the handlers to the logger
logger.addHandler(fh)

И лог этот ротируется через logrotate. Но после первой же ротации скрипт продолжает писать в переименованный уже файл .1 Как это победить? Перезапускать скрипт после каждой ротации или что? Можно как-то самому питону сказать, чтобы он переоткрывал лог перед каждой записью, а после закрывал?

-Спасибо.

DeadlineX
()

Samba 4.9.5-Debian «force user» приводит к ошибке

 ,

Здравствуйте, всем,

Все работало, и ничего в настройках самбы не менял. Возможно обновилась сама самба при очередном обновлении пакетов. Но теперь ситуация такая: все шары работают, кроме единственной шары /var/www, где был параметр force user = www-data чтобы можно было править файлы через самбу. Это все работало еще буквально несколько дней назад. Теперь при добавлении этого параметра винда ругается «Идентификатор безопасности имеет неверную структуру». При убирании force user все становится ок.

Единственное, что поменял в системе - сменил имя хоста. Это могло повлиять на самбу? Если да, то куда смотреть?

Спасибо.

DeadlineX
()

Debian - убрать Transmission из автозапуска

 , , ,

Хаюшки всем!

Скажите, я правильно понимаю, что все, что надо сделать - это убрать скрипт /etc/init.d/transmission-daemon?

Мне надо запускать transmission из своего скрипта, типа вставить там service transmission-daemon start, а при старте системы чтобы он не стартовал.

-Спасибо.

DeadlineX
()

fail2ban - работает, но не банит? Что неправильно?

 , ,

Здравствуйте, всем,

В jail.local написано:

[DEFAULT]
ignoreip = 127.0.0.1/8 192.168.0.0/22
bantime  = 1h
findtime  = 10m
maxretry = 5
backend = auto
usedns = warn
logencoding = auto
mode = normal
filter = %(__name__)s[mode=%(mode)s]
...
...
[postfix-sasl]
filter   = postfix[mode=auth]
port     = smtp,465,submission,imap,imaps,pop3,pop3s
logpath  = %(postfix_log)s
backend  = %(postfix_backend)s
enabled = true
action = iptables-multiport24[]

В action.d/iptables-multiport24 написано, в частности:

actionban = <iptables> -I f2b-<name> 1 -s <ip>/24 -j <blocktype>
actionunban = <iptables> -D f2b-<name> -s <ip>/24 -j <blocktype>

В /var/log/fail2ban.log строчки типа такой:

INFO    [postfix-sasl] Found 185.36.81.242 - 2020-01-29 13:43:34

Но они продолжаются и в mail.log тоже, т.е. ничего не банится. Идея была, чтобы банил всю подсеть /24. Где что не так?

-Спасибо.

DeadlineX
()

Spamassassin + Postfix - ошибка (не работает доставка почты)

 , ,

Здравствуйте, всем,

Почта работала. Поставил Spamassassin. Попытался настроить. Явно что-то не так сделал, попытался откатить назад (закомментарил строчки в master.cf), но все равно не работает. Пишет в mail.log:

connect to transport private/spamassassin: Connection refused

Сам файл master.cf вот:

https://www.dropbox.com/s/jerue163xnm7pj9/master.cf?dl=1

Кроме того, установлен procmail, но с ним я вообще ничего не делал. В Webmin-e написано:

Warning - any rules defined below will not be used : Procmail is not enabled in your Postfix configuration. The configuration file /etc/postfix/main.cf must have the mailbox_command option set to /usr/bin/procmail.

No Procmail actions have been configured yet.

Про Spamassassin Webmin пишет так:

Warning!  SpamAssassin does not appear to be set up in the system's Procmail configuration file /etc/procmailrc, so any configuration done using this module will have no effect unless users have it set up individually. 

Подскажите, хотя бы, в какую сторону смотреть? Я не вижу. Прочитал кучу всяких описаний по настройке, но там все целиком ставят «с нуля», причем с антивирусом и почтой через mysql, у меня все в файлах, так что, где-то что-то не так написал, и теперь все сломалось. Помогите!

-Спасибо.

DeadlineX
()

SSL на /phpmyadmin в Apache2

 , ,

Подскажите, пожалуйста!

Хочу чтобы /phpmyadmin не был доступен без шифрования, поскольку там пароль, а соответственно, какой в нем смысл тогда. Не понимаю, как это сделать, ведь это же не домен, Как приделать сертификат на домен, я знаю, а как на просто адрес? Сделал в настройках Apache2 для /usr/share доступ только по SSL. Теперь просто ошибку браузер выдает. Понятно, там же нет сертификата. Самоподписанный тоже, видимо, не прокатит. Как это спросить у гугла тоже не очень понимаю, хотя подозреваю, что проблема очевидная, и решение, видимо, есть :)

Т.е. в идеале хочется, чтобы было: http://12.34.56.78/phpmyadmin 301 на https://12.34.56.78/phpmyadmin Ну или, если без 301, то просто: http://12.34.56.78/phpmyadmin - возвращает 403 https://12.34.56.78/phpmyadmin заходит, просит пароль, как обычно.

Вообще, еще был бы вариант совсем убрать /phpmyadmin из доступа извне, оставить только из 192.168.0.0/22 - меня бы вполне устроило. Это просто в .htaccess написать и все. Но хочется понять, как вообще сделать вышеописанное.

-Спасибо.

DeadlineX
()

Dovecot - проблема с POP3 (Permission denied)

 , ,

Здравствуйте, всем! Поднимаю почтовый сервер на Raspbian (Buster) с виртуальными доменами и TLS. В принципе, заработало. Postfix почту получает и отправляет, Dovecot по IMAP тоже работает. Но при попытке подключиться по POP3 в логе Dovecot-а появляется:

master: Fatal: execv(/usr/lib/dovecot/pop3-login) failed: Permission denied
master: Error: service(pop3-login): command startup failed, throttling for 60 secs
pop3-login: Fatal: master: service(pop3-login): child 14831 returned error 84 (exec() failed)

У каталога с ящиками всех доменов пользователь virtual:virtual, и он прописан в настройках Dovecot-а (иначе бы и IMAP не работал, я так думаю). Пробовал методом тыка сменить владельца у /usr/lib/dovecot/pop3-login - не помогает. Ставил все по нескольким мануалам (включая собственные мануалы Dovecot-а), но с ними со всеми две большие проблемы:

  • не рассказывают особо про виртуальные домены;
  • описывают устаревшие версии Postfix/Dovecot.

Вроде бы, я понял общий принцип взаимодействия Postfix<=>Dovecot, но как этот последний работает с POP3, пока для меня не особо понятно. Причем здесь эти каталоги в /usr/lib/... (которые я заботливо создал, согласно инструкции) мне не особо понятно. Могу привести конфиги, разумеется, но их же много там.

Посоветуйте, куда рыть? -Спасибо.

DeadlineX
()